mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
gcpdiag: add page (#9678)
* Create gcpdiag.md * Rename gcpdiag.md to pages/common/gcpdiag.md * Update gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md * Update pages/common/gcpdiag.md
This commit is contained in:
parent
d03096f087
commit
65def218b7
1 changed files with 25 additions and 0 deletions
25
pages/common/gcpdiag.md
Normal file
25
pages/common/gcpdiag.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# gcpdiag
|
||||
|
||||
> Google Cloud Platform troubleshooting and diagnostics tool.
|
||||
> Run in a docker container or in GCP Cloudshell.
|
||||
> More information: <https://github.com/GoogleCloudPlatform/gcpdiag>.
|
||||
|
||||
- Run `gcpdiag` on your project, returning all rules:
|
||||
|
||||
`gcpdiag lint --project={{gcp_project_id}}`
|
||||
|
||||
- Hide rules that are ok:
|
||||
|
||||
`gcpdiag lint --project={{gcp_project_id}} --hide-ok`
|
||||
|
||||
- Authenticate using a service account private key file:
|
||||
|
||||
`gcpdiag lint --project={{gcp_project_id}} --auth-key {{path/to/private_key}}`
|
||||
|
||||
- Search logs and metrics from a number of days back (default: 3 days):
|
||||
|
||||
`gcpdiag lint --project={{gcp_project_id}} --within-days {{number}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`gcpdiag lint --help`
|
Loading…
Add table
Reference in a new issue