Skip to main content

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​

FlagEffect
--api-key KEYSet API key non-interactively
--ssh-key PATHPath to your SSH private key
--forceOverwrite 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​