@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.

Source

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, aider

Features

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 repo
ruah task <cmd>Task management (create, start, done, merge)
ruah workflow <cmd>Workflow DAG execution
ruah setupRegister with AI agents
ruah statusShow orchestration dashboard
ruah doctorValidate repo health
ruah cleanRemove stale tasks
ruah configShow resolved configuration
ruah demoInteractive walkthrough

Dive deeper

Full API reference, guides, and examples.