2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
|
|
|
|
gcloud feedback - provide feedback to the Google Cloud CLI team
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud feedback [--log-file=LOG_FILE] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
The Google Cloud CLI team offers support through a number of channels:
|
|
|
|
|
|
2026-03-26 12:11:21 +00:00
|
|
|
▪ Paid Google Cloud support packages
|
2022-03-01 04:29:52 +00:00
|
|
|
▪ Google Cloud CLI Issue Tracker
|
|
|
|
|
|
|
|
|
|
This command lists the available channels and facilitates getting help
|
|
|
|
|
through one of them by opening a web browser to the relevant page, possibly
|
|
|
|
|
with information relevant to the current install and configuration
|
|
|
|
|
pre-populated in form fields on that page.
|
|
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
To send feedback, including the log file for the most recent command, run:
|
|
|
|
|
|
|
|
|
|
$ gcloud feedback
|
|
|
|
|
|
|
|
|
|
To send feedback with a previously generated log file named 'my-logfile',
|
|
|
|
|
run:
|
|
|
|
|
|
|
|
|
|
$ gcloud feedback --log-file=my-logfile
|
|
|
|
|
|
|
|
|
|
FLAGS
|
|
|
|
|
--log-file=LOG_FILE
|
|
|
|
|
Path to the log file from a prior gcloud run.
|
|
|
|
|
|
|
|
|
|
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.
|