tensorkube secret
--help BOOL
[default: false]: Show this message and exit.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
--force
to overwrite an existing one.
Usage:
<SECRET_NAME>
(TEXT): No description available.
<KEY_VALUE_PAIRS>
(TEXT): No description available.
--env TEXT
[default: default]: Environment to create the secret in.
--force BOOLEAN
[default: False]: Update the secret if one with the same name already exists.
--help BOOL
[default: false]: Show this message and exit.
tensorkube secret delete
<SECRET_NAME>
(TEXT): No description available.--env TEXT
[default: default]: Environment to delete the secret from.
--help BOOL
[default: false]: Show this message and exit.
tensorkube secret list
--env TEXT
[default: default]: Environment to list the secrets from.
--help BOOL
[default: false]: Show this message and exit.