flyctl secrets import

Read secrets in name=value from stdin

About

Set one or more encrypted secrets for an application. Values are read from stdin as name=value

Usage

flyctl secrets import [flags]

Options

  -a, --app string      App name to operate on
  -c, --config string   Path to an app config file or directory containing one (default "./fly.toml")
      --detach          Return immediately instead of monitoring deployment progress
  -h, --help            help for import

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also