1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -0,0 +1,85 @@
NAME
gcloud certificate-manager dns-authorizations create - create a DNS
Authorization
SYNOPSIS
gcloud certificate-manager dns-authorizations create
(DNS_AUTHORIZATION : --location=LOCATION) --domain=DOMAIN [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new DNS Authorization.
EXAMPLES
To create a DNS authorization called my-authorization, run:
$ gcloud certificate-manager dns-authorizations create \
my-authorization --domain=host.example.com
POSITIONAL ARGUMENTS
DnsAuthorization resource - The name of the DNS Authorization to create.
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute:
◆ provide the argument dns_authorization on the command line with a
fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
DNS_AUTHORIZATION
ID of the dnsAuthorization or fully qualified identifier for the
dnsAuthorization. To set the dns_authorization attribute:
▸ provide the argument dns_authorization on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Certificate Manager location. To set the location attribute:
▸ provide the argument dns_authorization on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ default value of location is [global].
REQUIRED FLAGS
--domain=DOMAIN
Public domain name to create an authorization for.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
Human-readable description of the resource.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
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.
API REFERENCE
This command uses the certificatemanager/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/certificate-manager
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations create
$ gcloud beta certificate-manager dns-authorizations create

View file

@ -0,0 +1,69 @@
NAME
gcloud certificate-manager dns-authorizations delete - delete a DNS
Authorization
SYNOPSIS
gcloud certificate-manager dns-authorizations delete
(DNS_AUTHORIZATION : --location=LOCATION) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete a DNS Authorization.
EXAMPLES
To delete a DNS Authorization called my-authorization, run:
$ gcloud certificate-manager dns-authorizations delete \
my-authorization
POSITIONAL ARGUMENTS
DnsAuthorization resource - The name of the DNS Authorization to delete.
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute:
◆ provide the argument dns_authorization on the command line with a
fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
DNS_AUTHORIZATION
ID of the dnsAuthorization or fully qualified identifier for the
dnsAuthorization. To set the dns_authorization attribute:
▸ provide the argument dns_authorization on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Certificate Manager location. To set the location attribute:
▸ provide the argument dns_authorization on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ default value of location is [global].
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
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.
API REFERENCE
This command uses the certificatemanager/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/certificate-manager
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations delete
$ gcloud beta certificate-manager dns-authorizations delete

View file

@ -0,0 +1,63 @@
NAME
gcloud certificate-manager dns-authorizations describe - show details about
a DNS Authorization
SYNOPSIS
gcloud certificate-manager dns-authorizations describe
(DNS_AUTHORIZATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Show details about a DNS Authorization.
EXAMPLES
To show details about an existing authorization, run:
$ gcloud certificate-manager dns-authorizations describe \
my-authorization
POSITIONAL ARGUMENTS
DnsAuthorization resource - The DNS Authorization you want to describe.
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute:
◆ provide the argument dns_authorization on the command line with a
fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
DNS_AUTHORIZATION
ID of the dnsAuthorization or fully qualified identifier for the
dnsAuthorization. To set the dns_authorization attribute:
▸ provide the argument dns_authorization on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Certificate Manager location. To set the location attribute:
▸ provide the argument dns_authorization on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ default value of location is [global].
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.
API REFERENCE
This command uses the certificatemanager/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/certificate-manager
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations describe
$ gcloud beta certificate-manager dns-authorizations describe

View file

@ -0,0 +1,41 @@
NAME
gcloud certificate-manager dns-authorizations - manage Certificate Manager
DNS authorizations
SYNOPSIS
gcloud certificate-manager dns-authorizations COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Commands for managing DNS authorizations.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
Create a DNS Authorization.
delete
Delete a DNS Authorization.
describe
Show details about a DNS Authorization.
list
List all DNS Authorizations in a project.
update
Update a DNS Authorization.
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations
$ gcloud beta certificate-manager dns-authorizations

View file

@ -0,0 +1,85 @@
NAME
gcloud certificate-manager dns-authorizations list - list all DNS
Authorizations in a project
SYNOPSIS
gcloud certificate-manager dns-authorizations list [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List existing DNS Authorizations.
EXAMPLES
To list existing DNS authorizations, run:
$ gcloud certificate-manager dns-authorizations list
FLAGS
Location resource - The location (defaults to global) of the resources.
This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ default value of location is [global] with a fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
--location=LOCATION
ID of the location or fully qualified identifier for the location. To
set the location attribute:
▸ provide the argument --location on the command line;
▸ default value of location is [global].
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
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.
API REFERENCE
This command uses the certificatemanager/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/certificate-manager
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations list
$ gcloud beta certificate-manager dns-authorizations list

View file

@ -0,0 +1,102 @@
NAME
gcloud certificate-manager dns-authorizations update - update a DNS
Authorization
SYNOPSIS
gcloud certificate-manager dns-authorizations update
(DNS_AUTHORIZATION : --location=LOCATION) [--async]
[--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update a DNS Authorization.
EXAMPLES
To Update a DNS Authorization called my-authorization, run:
$ gcloud certificate-manager dns-authorizations update \
my-authorization
POSITIONAL ARGUMENTS
DnsAuthorization resource - The name of the DNS Authorization to delete.
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute:
◆ provide the argument dns_authorization on the command line with a
fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
DNS_AUTHORIZATION
ID of the dnsAuthorization or fully qualified identifier for the
dnsAuthorization. To set the dns_authorization attribute:
▸ provide the argument dns_authorization on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Certificate Manager location. To set the location attribute:
▸ provide the argument dns_authorization on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ default value of location is [global].
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
Human-readable description of the resource.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
--clear-labels
Remove all labels. If --update-labels is also specified then
--clear-labels is applied first.
For example, to remove all labels:
$ gcloud certificate-manager dns-authorizations update --clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud certificate-manager dns-authorizations update \
--clear-labels --update-labels foo=bar,baz=qux
--remove-labels=[KEY,...]
List of label keys to remove. If a label does not exist it is
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
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.
API REFERENCE
This command uses the certificatemanager/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/certificate-manager
NOTES
These variants are also available:
$ gcloud alpha certificate-manager dns-authorizations update
$ gcloud beta certificate-manager dns-authorizations update