mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
NAME
|
|
gcloud debug snapshots - commands for interacting with Cloud Debugger
|
|
snapshots
|
|
|
|
SYNOPSIS
|
|
gcloud debug snapshots COMMAND [--target=(ID|DESCRIPTION_REGEXP)]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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.
|
|
|
|
FLAGS
|
|
--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.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
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.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta debug snapshots
|
|
|