Use the Orbita CLI.

Install from the repository:

cargo install --path crates/orbita-cli

Point commands at any worker:

orbita --endpoint http://127.0.0.1:7100 get default greeting
orbita --endpoint http://127.0.0.1:7100 set default greeting hello
orbita --endpoint http://127.0.0.1:7100 list default

Use --output json in scripts. Human tables are not a stable machine interface.

Authentication

Prefer ORBITA_CREDENTIAL or a configuration file. Passing --credential exposes the secret to other local processes.

Interactive mode

orbita repl

The REPL uses the same parser and renderer as one-shot commands. Use :use, :format, :keyspace, :help, and :quit to control the session.

See the complete CLI command reference.