CLI reference
These pages are generated from the clap command definitions by cargo xtask doc-gen cli. Do not edit them by hand.
lightshuttle: Lightweight dev orchestrator for polyglot teams
Global options
| Option | Description |
|---|---|
-f, --file <FILE> | Path to the manifest. Overrides the upward discovery |
Commands
| Command | Description |
|---|---|
| up | Boot the stack and supervise it until interrupted |
| down | Stop every container managed by this project |
| ps | List managed resources and their status |
| logs | Stream logs of a single resource |
| validate | Parse and validate the manifest without starting anything |
| manifest | Dump the resolved manifest to stdout as YAML |
| restart | Restart a single managed resource through the running control plane. Requires lightshuttle up to be active in the same working directory so the discovery file .lightshuttle/control.url is present |
| alias | Manage the optional lsh shell alias |
| export | Generate deployment artifacts from the manifest |
| secrets | Inspect ${env.*} variable references in the manifest |