@ruah-dev/cli
CLI
One command. Every tool.
Top-level CLI router for the ruah ecosystem. Install one package, get access to the full orchestration and conversion toolchain with shorthand support.
Quick start
Up and running in seconds
@ruah-dev/cli
$ npm i -g @ruah-dev/cli
$ cd my-project
$ ruah init
# ✓ Created .ruah/ directory
# ✓ Detected git repository
# ✓ Ready to orchestrate
$ ruah status
# Active tasks: 0
# Workflows: 0
# Executors: claude-code, aiderFeatures
01Unified CLI namespace
02Shorthand commands
03Multi-namespace routing
04Interactive demo mode
05Repo health checks
06Zero-config setup
1
Package to install
9
Commands
0
Config required
Command Reference
Commands
ruah initInitialize .ruah/ in a git reporuah task <cmd>Task management (create, start, done, merge)ruah workflow <cmd>Workflow DAG executionruah setupRegister with AI agentsruah statusShow orchestration dashboardruah doctorValidate repo healthruah cleanRemove stale tasksruah configShow resolved configurationruah demoInteractive walkthroughEcosystem