Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

OptionDefaultDescription
--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