gcloud debug snapshots - commands for interacting with Cloud Debugger snapshots
gcloud debug snapshots COMMAND [--target=(ID|DESCRIPTION_REGEXP)] [GCLOUD_WIDE_FLAG ...]
Commands to interact with debug snapshots. Snapshots allow you to capture stack traces and local variables from running services without interfering with the normal function of the service.
- --target=(ID|DESCRIPTION_REGEXP)
The debug target. It may be a target ID or name obtained from 'debug targets list', or it may be a regular expression uniquely specifying a debuggee based on its description or name. For App Engine projects, if not specified, the default target is the most recent deployment of the default module and version.
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- create
Create debug snapshots for a Cloud Debugger debug target (debuggee).
- delete
Delete debug snapshots for a Cloud Debugger debug target (debuggee).
- describe
Describe the debug snapshots for a Cloud Debugger debug target (debuggee).
- list
List the debug snapshots for a Cloud Debugger debug target (debuggee).
- wait
Wait for debug snapshots on a Cloud Debugger debug target (debuggee) to complete.
This variant is also available:
$ gcloud beta debug snapshots