@yaag/cli
v0.28.1
Published
The `yaag` CLI. It runs an Orchestration Program on Bun, describes one, and prepares a workspace for authoring.
Readme
@yaag/cli
The yaag CLI. It runs an Orchestration Program on Bun, describes one, and
prepares a workspace for authoring.
Install
bun add @yaag/cliThe CLI needs Bun. Install Bun with curl -fsSL https://bun.sh/install | bash.
Commands
yaag run <program.ts>— run an Orchestration Program.--args <json>,--record <file>,--resume <file>,--replay <file>,--quiet.yaag describe <program.ts>— report the name, description, and args schema.yaag setup-workspace [dir]— create.yaag/with the editor types.
yaag with no valid command prints its usage text and exits with code 2.
Docs
The full doc set ships with @yaag/extension:
