mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gcloud feedback
|
|
|
|
> Provide feedback to the Google Cloud team.
|
|
> See also: `gcloud`.
|
|
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/feedback>.
|
|
|
|
- Provide feedback to the `gcloud` team:
|
|
|
|
`gcloud feedback`
|
|
|
|
- Provide feedback to the `gcloud` team and attach a log file:
|
|
|
|
`gcloud feedback --log-file {{log_file}}`
|