mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
|
|
@ -65,9 +65,6 @@ COMMANDS
|
|||
encrypt
|
||||
(ALPHA) Encrypt a plaintext file using a key.
|
||||
|
||||
key-deletion-opt-out
|
||||
(ALPHA) Opt out a project of the key deletion change announced via MSA.
|
||||
|
||||
mac-sign
|
||||
(ALPHA) Sign a user input file using a MAC key version.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,46 +0,0 @@
|
|||
NAME
|
||||
gcloud alpha kms key-deletion-opt-out - opt out a project of the key
|
||||
deletion change announced via MSA
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha kms key-deletion-opt-out --project=PROJECT_ID_OR_NUMBER
|
||||
[--undo] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) The flag --project indicates the project that you want to opt out.
|
||||
|
||||
The optional flag --undo allows you to opt a project back in.
|
||||
|
||||
EXAMPLES
|
||||
The following command opts out the project my-project-id-or-number.
|
||||
|
||||
$ gcloud alpha kms key-deletion-opt-out \
|
||||
--project=projects/my-project-id-or-number
|
||||
|
||||
The following command opts the project my-project-id-or-number back in.
|
||||
|
||||
$ gcloud alpha kms key-deletion-opt-out \
|
||||
--project=projects/my-project-id-or-number --undo=true
|
||||
|
||||
REQUIRED FLAGS
|
||||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project ID to opt out.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--undo
|
||||
Opt the project back in the key deletion change.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue