Zelos CLI Installation¶
The Zelos CLI lets you interact with the Zelos App, Zelos Agent, or Zelos Cloud directly from the terminal.
Quick Install¶
Manual Install¶
Download the binary for your platform, extract, and place it somewhere on your PATH:
Download and extract manually:
- Download zelos-x86_64-pc-windows-msvc.zip
- Extract
zelos.exe - Move it to a directory on your
PATH, or add its location toPATH
Verify¶
Shell Completions¶
The installer automatically sets up shell completions. If you installed manually, or want to regenerate them:
Then add to your ~/.zshrc (before compinit):
Fish picks up completions automatically from ~/.config/fish/completions/.
You can also print completions to stdout (e.g. for piping):
Commands¶
Usage: zelos [OPTIONS] <COMMAND>
Commands:
status Print Zelos system status
login Login to Zelos Cloud
logout Logout from Zelos Cloud
actions List, execute, and inspect agent actions
agent Inspect and configure the Zelos agent
extensions Manage Zelos Agent extensions
live Interact with live agent data
trace Trace file operations
update Update the Zelos CLI to the latest version
version Print version
completions Generate or install shell completions
help Print this message or the help of the given subcommand(s)
Options:
-q, --quiet Disable logging to console
-v, --verbose... Log to console, with increasing verbosity
-h, --help Print help
-V, --version Print version
See the CLI Reference for full command documentation, flags, and usage examples.
Configuration¶
The CLI stores credentials in your system keyring and configuration in ~/.zelos/.
| Environment Variable | Description |
|---|---|
RUST_LOG |
Override log level (e.g. RUST_LOG=debug) |
Uninstall¶
What's Next?¶
-
Install the SDK
Stream data from your application
-
Install the App
Visualize your data in real-time