← 返回命令列表

Linux command

gcloud-feedback 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Open the feedback form

gcloud feedback

Attach a log file

gcloud feedback --log-file [path/to/gcloud.log]

说明

gcloud feedback opens the official Google Cloud CLI issue tracker in your default browser, pre-filled with system information (gcloud version, platform, Python version) so reports don't start empty. It is the recommended way to report bugs or request features for the CLI itself; for feedback on specific Google Cloud products, use their in-console "Send feedback" widgets. With `--log-file`, gcloud opens the log, strips sensitive headers, and makes it easy to share a recent failure trace with the filed report.

参数

--log-file _FILE_
Path to a `gcloud` log file to attach (typically from `~/.config/gcloud/logs/`). When provided, gcloud reads the log and pastes a link to it into the new-issue URL along with the trace info so the CLI team can reproduce the problem.
gcloud wide flags
All global flags apply: `--help`, `--quiet`, `--verbosity`, `--configuration`, `--user-output-enabled`, `--log-http`, etc.

FAQ

What is the gcloud-feedback command used for?

gcloud feedback opens the official Google Cloud CLI issue tracker in your default browser, pre-filled with system information (gcloud version, platform, Python version) so reports don't start empty. It is the recommended way to report bugs or request features for the CLI itself; for feedback on specific Google Cloud products, use their in-console "Send feedback" widgets. With `--log-file`, gcloud opens the log, strips sensitive headers, and makes it easy to share a recent failure trace with the filed report.

How do I run a basic gcloud-feedback example?

Run `gcloud feedback` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --log-file _FILE_ do in gcloud-feedback?

Path to a `gcloud` log file to attach (typically from `~/.config/gcloud/logs/`). When provided, gcloud reads the log and pastes a link to it into the new-issue URL along with the trace info so the CLI team can reproduce the problem.