mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
22
gcloud/info
22
gcloud/info
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud info - display information about the current gcloud environment
|
||||
|
||||
SYNOPSIS
|
||||
gcloud info [--anonymize] [--run-diagnostics | --show-log]
|
||||
gcloud info [--anonymize]
|
||||
[--show-log | [--run-diagnostics : --check-certs=HOSTNAME]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -18,6 +19,11 @@ EXAMPLES
|
|||
|
||||
$ gcloud info --run-diagnostics
|
||||
|
||||
To troubleshoot certificate verification failures for a given host e.g.
|
||||
compute.googleapis.com when using a proxy and custom CA certs, run:
|
||||
|
||||
$ gcloud info --run-diagnostics --check-certs=compute.googleapis.com
|
||||
|
||||
To print the contents of the most recent log file, run:
|
||||
|
||||
$ gcloud info --show-log
|
||||
|
|
@ -29,12 +35,20 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--run-diagnostics
|
||||
Run diagnostics on your installation of the Google Cloud CLI.
|
||||
|
||||
--show-log
|
||||
Print the contents of the last log file.
|
||||
|
||||
Or at least one of these can be specified:
|
||||
|
||||
--run-diagnostics
|
||||
Run diagnostics on your installation of the Google Cloud CLI.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--check-certs=HOSTNAME
|
||||
Run diagnostics on the certificate chain for a given host.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue