CLI commands
The OrcheStack command-line tool for operators who prefer the terminal over the UI.
Install the CLI
curl -fsSL https://orchestack.africa/cli | sh
The CLI is a thin wrapper around the OrcheStack REST API and docker compose. It runs on the host and needs access to the Docker socket.
Commands
OrcheStack status # show state of all services OrcheStack services list # list configured services OrcheStack run <dag> # trigger an Airflow DAG OrcheStack logs <service> # stream logs OrcheStack users list # list platform users OrcheStack backup # trigger a manual backup OrcheStack version # print platform and CLI versions
Full reference with flags and examples: OrcheStack --help.