_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#
Available Commands#
- create - Create the secret
- delete - Delete the secret
- list - Lists the secrets available to the App
- update - Update the secret
Options#
Global Options#
See Also#
- nifectl - The Nife CLI
nifectl secrets create#
Creates a secret as an environment variable or a registry type as a Key Value pair. The actual value of the secret is only available to the application.
Usage#
Options#
Global Options#
nifectl secrets delete#
Deletes the secrets available to the application.
Usage#
Options#
Global Options#
nifectl secrets list#
List the secrets available to the application with --all option. It shows each secret's name, a digest of the its value and the time the secret was last set. The actual value of the secret is only available to the application.
Usage#
Options#
Global Options#
nifectl secrets update#
Updates the secrets available to the application. It shows each secret's name, a digest of the its value and the time the secret was last set. The actual value of the secret is only available to the application.