CLI
Helios CLI
One binary that runs the Helios terminal app, scripts every part of Helios with JSON output, and sets up cloud coding agents.
The helios command is one binary. It does three things.
- A terminal app. Run
heliosand you get chat, workflows, projects, access, and Helios Code in a full-screen app. - A scriptable CLI. Every command has a plain form. When you pipe the output, it prints JSON. CI and other agents can drive it.
- A guided setup.
helios configuretakes you from an API key to a running cloud coding agent.
Start here
helios configureThen open the app.
heliosOr run a single command and read JSON.
helios workflow list --jsonWhat you can do from the terminal
| Area | Commands |
|---|---|
| Chat with an agent | helios chat, helios chat send, helios chat list |
| Workflows and runs | helios workflow trigger, helios workflow runs |
| Projects | helios project use, helios project list |
| Sharing and access | helios share, helios access list, helios group, helios service-account |
| Integrations | helios integration connect, helios integration wait |
| Coding agents | helios code launch, helios code attach, helios code apply |
Pages
The CLI and the dashboard use the same permissions model. Anything you can share in the app you can share from a shell. See roles and permissions.
Last updated on