_nifectl secrets_

Manage application secrets with the create and delete commands.

About#

Secrets are provided to applications at runtime as ENV variables. Names are case sensitive and stored as-is, so ensure names are appropriate for the application and vm environment.

Usage#

nifectl secrets [command] [flags]

Available Commands#

  • create - Create the secret
  • delete - Delete the secret
  • list - Lists the secrets available to the App
  • update - Update the secret

Options#

Flags:
-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for secrets

Global Options#

-t, --access-token string Nife API Access Token
-j, --json json output

See Also#