mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
74 lines
1.6 KiB
Text
74 lines
1.6 KiB
Text
NAME
|
|
gcloud secrets - manage secrets on Google Cloud
|
|
|
|
SYNOPSIS
|
|
gcloud secrets GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Manage locations of users' secrets.
|
|
|
|
replication
|
|
Manage secret replication.
|
|
|
|
versions
|
|
Manage secret versions.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a secret.
|
|
|
|
create
|
|
Create a new secret.
|
|
|
|
delete
|
|
Delete a secret.
|
|
|
|
describe
|
|
Describe a secret's metadata.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for the secret.
|
|
|
|
list
|
|
List all secret names.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding for a secret.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy binding for a secret.
|
|
|
|
update
|
|
Update a secret's metadata.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha secrets
|
|
|
|
$ gcloud beta secrets
|
|
|