1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00
gcloud-help/gcloud/beta/debug/snapshots/help
2022-03-01 04:29:52 +00:00

55 lines
1.6 KiB
Text

NAME
gcloud beta debug snapshots - commands for interacting with Cloud Debugger
snapshots
SYNOPSIS
gcloud beta debug snapshots COMMAND [--target=(ID|DESCRIPTION_REGEXP)]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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
(BETA) Create debug snapshots for a Cloud Debugger debug target
(debuggee).
delete
(BETA) Delete debug snapshots for a Cloud Debugger debug target
(debuggee).
describe
(BETA) Describe the debug snapshots for a Cloud Debugger debug target
(debuggee).
list
(BETA) List the debug snapshots for a Cloud Debugger debug target
(debuggee).
wait
(BETA) Wait for debug snapshots on a Cloud Debugger debug target
(debuggee) to complete.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud debug snapshots