ᛊ CLI Command Reference
Complete reference for all 19 slash commands in the Yggdrasil CLI v6.5.
ᚠ ᚢ ᚦ
Categorized Commands
ᛊ Core — Asgard
These commands manage the core ecosystem infrastructure.
| Command | Realm | Description |
|---|---|---|
/status | asgard | Display ecosystem health and realm overview |
/init | asgard | Initialize a new project in a realm |
/config | asgard | View or modify global/local configuration |
/sync | asgard | Synchronize all realms with remote repositories |
asgard/status
# Show ecosystem status
ᛃ /status
▸ Yggdrasil Ecosystem Status
<span class="ri ri-asgard">ᛊ</span> Asgard ● 5 projects │ Core up
<span class="ri ri-vanaheim">ᛉ</span> Vanaheim ● 3 projects │ Agents active
<span class="ri ri-alfheim">ᚦ</span> Alfheim ● 4 projects │ 2 staging
...
ᛉ Agents — Vanaheim
Commands for AI agent management and personality engines.
| Command | Realm | Description |
|---|---|---|
/agent | vanaheim | Manage AI agents (start, stop, configure) |
/prompt | vanaheim | View/edit character prompts and system messages |
/persona | vanaheim | Switch or create agent personas |
ᚦ Design — Alfheim
Commands for UI and visual design workflows.
| Command | Realm | Description |
|---|---|---|
/deploy | alfheim | Deploy frontend projects to Cloudflare Pages |
/preview | alfheim | Launch local dev server for a project |
/design | alfheim | Generate design assets (icons, OG images, favicons) |
ᚨ Knowledge — Svartalfheim
Commands for documentation and knowledge management.
| Command | Realm | Description |
|---|---|---|
/docs | svartalfheim | Generate or serve documentation |
/search | svartalfheim | Search across all realm documents |
ᛏ Development — Muspelheim
Commands for active development and WIP management.
| Command | Realm | Description |
|---|---|---|
/build | muspelheim | Build project artifacts |
/test | muspelheim | Run test suites |
/monitor | muspelheim | Monitor active processes and GPU usage |
ᛁ Resources — Niflheim
Commands for resource and asset management.
| Command | Realm | Description |
|---|---|---|
/assets | niflheim | List, organize, and manage media assets |
/lora | niflheim | Manage LoRA training pipelines |
ᚻ Archive — Helheim
Commands for managing deprecated and archived projects.
| Command | Realm | Description |
|---|---|---|
/archive | helheim | Archive completed or deprecated projects |
/restore | helheim | Restore an archived project to active status |
ᛃ Scale — Jotunheim
Commands for large-scale project management.
| Command | Realm | Description |
|---|---|---|
/scale | jotunheim | Manage monorepo workspace and packages |
ᛗ Personal — Midgard
Commands for personal utilities and scripts.
| Command | Realm | Description |
|---|---|---|
/quick | midgard | Quick-access personal scripts and shortcuts |
ᚠ ᚢ ᚦ ᚨ ᚱ ᚲ ᚷ ᚹ ᚺ ᚾ ᛁ ᛃ ᛇ ᛈ ᛉ ᛊ ᛏ ᛒ ᛖ ᛗ ᛚ
Global Flags
All commands support these universal flags:
| Flag | Short | Description |
|---|---|---|
--realm | -r | Target a specific realm |
--verbose | -v | Enable verbose output |
--quiet | -q | Suppress non-essential output |
--json | -j | Output in JSON format |
--dry-run | Preview action without executing | |
--config | -c | Use alternative config file |
᛭ ᛉ ᛊ ᛭
Configuration Files
ᛊAsgardThe CLI reads configuration from these locations (in order of priority):
./.yggdrasil/local.yml— Project-local config~/.yggdrasil/config.yml— User global config/etc/yggdrasil/config.yml— System-wide config
Example Config
# ~/.yggdrasil/config.yml
ecosystem:
name: BrierStudios
root: ~/Proyectos
realms:
asgard:
path: ~/Proyectos/Core
color: "#38bdf8"
vanaheim:
path: ~/Proyectos/AI
color: "#d946ef"
alfheim:
path: ~/Proyectos/UI
color: "#7dd3fc"
theme: neon
language: en
᛭ ᛭ ᛭