System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.