secrets
Inspect ${env.*} variable references in the manifest
Usage
lightshuttle secrets <COMMAND>
Examples
# Report which ${env.*} variables are set, defaulted, or missing
lightshuttle secrets check
# Check against a specific .env file
lightshuttle secrets check --env-file .env.prod
Subcommands
check
Report which ${env.*} variables are set, defaulted, or missing
Usage
lightshuttle secrets check [OPTIONS]
Options
| Option | Default | Description |
|---|---|---|
--env-file <ENV_FILE> | Path to a .env file to check against. Defaults to .env when present in the working directory; silently skipped when absent |