mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -7,7 +7,11 @@ SYNOPSIS
|
|||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an Azure client.
|
||||
(DEPRECATED) Create an Azure client.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To create an Azure client named my-client in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
[--allow-missing] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete an Azure client.
|
||||
(DEPRECATED) Delete an Azure client.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To delete an Azure client named my-client in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe an Azure client.
|
||||
(DEPRECATED) Describe an Azure client.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To describe an Azure client named my-client in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get the public certificate of an Azure client.
|
||||
(DEPRECATED) Get the public certificate of an Azure client.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To get the public certificate of an Azure client named my-client in
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud container azure clients COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create and manage Azure clients.
|
||||
(DEPRECATED) Create and manage Azure clients.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,19 +20,19 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create an Azure client.
|
||||
(DEPRECATED) Create an Azure client.
|
||||
|
||||
delete
|
||||
Delete an Azure client.
|
||||
(DEPRECATED) Delete an Azure client.
|
||||
|
||||
describe
|
||||
Describe an Azure client.
|
||||
(DEPRECATED) Describe an Azure client.
|
||||
|
||||
get-public-cert
|
||||
Get the public certificate of an Azure client.
|
||||
(DEPRECATED) Get the public certificate of an Azure client.
|
||||
|
||||
list
|
||||
List Azure clients.
|
||||
(DEPRECATED) List Azure clients.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Azure clients.
|
||||
(DEPRECATED) List Azure clients.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To lists all clients in location us-west1, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue