lium init
Run first-time setup: write the API key and SSH key paths to your local config.
lium init [OPTIONS]
Run without flags for an interactive prompt, or pass everything at once for a non-interactive setup.
Options​
| Flag | Effect |
|---|---|
--api-key KEY | Set API key non-interactively |
--ssh-key PATH | Path to your SSH private key |
--force | Overwrite an existing configuration |
Examples​
lium init # Interactive
lium init --api-key abc123 --ssh-key ~/.ssh/id_ed25519
lium init --api-key abc123 --force # Reset config
See also​
- Installation — install the CLI first
lium config— read/write individual config values later