1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/beta/secrets/help

76 lines
1.8 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta secrets - manage secrets on Google Cloud
SYNOPSIS
gcloud beta secrets GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Google Secret Manager allows users to store and retrieve secrets
such as API keys, certificates, passwords on Google Cloud. Google Secret
Manager is integrated with Cloud IAM and Cloud Audit Logging so users can
manage permissions on individual secrets and monitor how these are used.
To learn more about Google Secret Manager, visit:
https://cloud.google.com/secret-manager/
To read API and usage documentation, visit:
https://cloud.google.com/secret-manager/docs/
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
locations
(BETA) Manage locations of users' secrets.
replication
(BETA) Manage secret replication.
versions
(BETA) Manage secret versions.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
2024-03-13 09:56:22 +00:00
(BETA) Add IAM policy binding to a secret resource.
2022-03-01 04:29:52 +00:00
create
(BETA) Create a new secret.
delete
(BETA) Delete a secret.
describe
(BETA) Describe a secret's metadata.
get-iam-policy
2024-03-13 09:56:22 +00:00
(BETA) Get the IAM policy of a secret.
2022-03-01 04:29:52 +00:00
list
(BETA) List all secret names.
remove-iam-policy-binding
2024-03-13 09:56:22 +00:00
(BETA) Remove IAM policy binding of a secret resource.
2022-03-01 04:29:52 +00:00
set-iam-policy
2024-03-13 09:56:22 +00:00
(BETA) Set the IAM policy for a secret.
2022-03-01 04:29:52 +00:00
update
(BETA) Update a secret's metadata.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud secrets
$ gcloud alpha secrets