Forrest logo
back to context overview

gcpdiag

List of commands for gcpdiag:

  • gcpdiag:tldr:0090e gcpdiag: Hide rules that are ok.
    $ gcpdiag lint --project=${gcp_project_id} --hide-ok
    try on your machine
    explain this command
  • gcpdiag:tldr:02367 gcpdiag: Authenticate using a service account private key file.
    $ gcpdiag lint --project=${gcp_project_id} --auth-key ${path-to-private_key}
    try on your machine
    explain this command
  • gcpdiag:tldr:26f90 gcpdiag: Run `gcpdiag` on your project, returning all rules.
    $ gcpdiag lint --project=${gcp_project_id}
    try on your machine
    explain this command
  • gcpdiag:tldr:2998e gcpdiag: Display help.
    $ gcpdiag lint --help
    try on your machine
    explain this command
  • gcpdiag:tldr:5fd26 gcpdiag: Search logs and metrics from a number of days back (default: 3 days).
    $ gcpdiag lint --project=${gcp_project_id} --within-days ${number}
    try on your machine
    explain this command
back to context overview