secret
Operations with secrets
Usage
Operations with secrets.
Commands:
add
Add secret KEY with data VALUE
Usage
Add secret KEY
with data VALUE
.
If VALUE
starts with @ it points to a file with secrets content.
Examples
Options
Name | Description |
---|---|
--help | Show this message and exit. |
--cluster CLUSTER | Perform on a specified cluster (the current cluster by default). |
--org ORG | Look on a specified org (the current org by default). |
--project PROJECT | Look on a specified project (the current project by default). |
ls
List secrets
Usage
List secrets.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
--all-orgs | Show secrets in all orgs. |
--all-projects | Show secrets in all projects. |
--cluster CLUSTER | Look on a specified cluster (the current cluster by default). |
--full-uri | Output full secret URI. |
--org ORG | Look on a specified org (the current org by default). |
--project PROJECT | Look on a specified project (the current project by default). |
rm
Remove secret KEY
Usage
Remove secret KEY
.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
--cluster CLUSTER | Perform on a specified cluster (the current cluster by default). |
--org ORG | Look on a specified org (the current org by default). |
--project PROJECT | Look on a specified project (the current project by default). |
Last updated