fly secrets import

Set one or more encrypted secrets for an application. Values are read from stdin as NAME=VALUE pairs

Usage

flyctl secrets import [flags]

Options

  -a, --app string      Application name
  -c, --config string   Path to application configuration file
      --detach          Return immediately instead of monitoring deployment progress
  -h, --help            help for import
      --stage           Set secrets but skip deployment for machine apps

Global Options

  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output

See Also

  • flyctl secrets - Manage application secrets with the set and unset commands.