mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
|
|
@ -43,7 +43,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
--location=LOCATION
|
||||
The name of the Config Controller instance location. Currently, only
|
||||
us-central1 is supported. To set the location attribute:
|
||||
us-central1, us-east1, northamerica-northeast1, and asia-northeast1
|
||||
are supported. To set the location attribute:
|
||||
▸ provide the argument name on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
--location=LOCATION
|
||||
The name of the Anthos Config Controller instance location.
|
||||
Currently, only us-central1 is supported. To set the location
|
||||
attribute:
|
||||
Currently, only us-central1, us-east1, northamerica-northeast1, and
|
||||
asia-northeast1 are supported. To set the location attribute:
|
||||
▸ provide the argument name on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
--location=LOCATION
|
||||
The name of the Anthos Config Controller instance location.
|
||||
Currently, only us-central1 is supported. To set the location
|
||||
attribute:
|
||||
Currently, only us-central1, us-east1, northamerica-northeast1, and
|
||||
asia-northeast1 are supported. To set the location attribute:
|
||||
▸ provide the argument name on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,41 @@
|
|||
NAME
|
||||
gcloud anthos config controller get-config-connector-identity - fetch
|
||||
default Config Connector identity
|
||||
|
||||
SYNOPSIS
|
||||
gcloud anthos config controller get-config-connector-identity NAME
|
||||
--location=LOCATION [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud anthos config controller get-config-connector-identity prints the
|
||||
default Config Connector Google Service Account in a specific Anthos Config
|
||||
Controller.
|
||||
|
||||
EXAMPLES
|
||||
To print the default Config Connector identity used by your Config
|
||||
Controller 'main' in the location 'us-central1', run:
|
||||
|
||||
$ gcloud anthos config controller get-config-connector-identity \
|
||||
main --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the Anthos Config Controller.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--location=LOCATION
|
||||
The location (region) of the Anthos Config Controller.
|
||||
|
||||
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 variant is also available:
|
||||
|
||||
$ gcloud alpha anthos config controller get-config-connector-identity
|
||||
|
||||
|
|
@ -24,6 +24,9 @@ COMMANDS
|
|||
describe
|
||||
Describe Anthos Config Controller instances.
|
||||
|
||||
get-config-connector-identity
|
||||
Fetch default Config Connector identity.
|
||||
|
||||
get-credentials
|
||||
Fetch credentials for a running Anthos Config Controller.
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
--location=LOCATION
|
||||
The name of the Anthos Config Controller instance location.
|
||||
Currently, only us-central1 is supported. To set the location
|
||||
attribute:
|
||||
Currently, only us-central1, us-east1, northamerica-northeast1, and
|
||||
asia-northeast1 are supported. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue