@sys9/run9-cli
v0.10.6
Published
run9 CLI for boxes, snaps, projects, and execs
Readme
@sys9/run9-cli
@sys9/run9-cli installs the standalone run9 binary.
Install:
npm install -g @sys9/run9-cli
# or
bun install -g @sys9/run9-cliRun:
run9 --help
run9 auth login --endpoint https://api.run.sys9.ai --ak ak-... --sk sk-...
run9 box create
run9 box exec my-box /bin/sh -lc 'echo hello'Key commands:
run9 project ls
run9 box ls
run9 snap ls
run9 shared-snap lsFor automation, use --json:
run9 box ls --jsonIf you prefer the full Sys9 CLI suite, install @sys9/cli and run the same commands as sys9 run ....
Supported platforms:
- macOS: Apple Silicon, Intel
- Linux: x86_64, arm64
- Windows: unsupported
Repository and full documentation: sys9-ai/run9-cli
