tensorkube secret
tensorkube secret
Create, list, and delete secrets.
Usage:
Options:
--help BOOL
[default: false]: Show this message and exit.
Commands:
-
create
: Create a new secret in the specified environment. Use--force
to overwrite an existing one. -
delete
: Delete a secret from the specified environment. -
list
: List all the secrets in the specified environment.
tensorkube secret create
Create a new secret in the specified environment. Use --force
to overwrite an existing one.
Usage:
Arguments:
-
<SECRET_NAME>
(TEXT): No description available. -
<KEY_VALUE_PAIRS>
(TEXT): No description available.
Options:
-
--env TEXT
[default: default]: Environment to create the secret in. -
--force BOOLEAN
[default: False]: Update the secret if one with the same neame already exists. -
--help BOOL
[default: false]: Show this message and exit.
tensorkube secret delete
Delete a secret from the specified environment.
This action cannot be undone. Deleting a secret will affect all the deployments that are using that particular secret. They might completely fail to initialise. Use this command with caution.
Usage:
Arguments:
<SECRET_NAME>
(TEXT): No description available.
Options:
-
--env TEXT
[default: default]: Environment to delete the secret from. -
--help BOOL
[default: false]: Show this message and exit.
tensorkube secret list
List all the secrets in the specified environment.
Usage:
Options:
-
--env TEXT
[default: default]: Environment to list the secrets from. -
--help BOOL
[default: false]: Show this message and exit.