mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
34 lines
764 B
Text
34 lines
764 B
Text
|
|
NAME
|
||
|
|
gcloud debug targets - commands for interacting with Cloud Debugger debug
|
||
|
|
targets
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud debug targets COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Commands to interact with debug targets. A debug target can be an App
|
||
|
|
Engine module version or any other entity enabled for use with the cloud
|
||
|
|
debugger.
|
||
|
|
|
||
|
|
EXAMPLES
|
||
|
|
To view all available debug targets, run:
|
||
|
|
|
||
|
|
$ gcloud debug targets list
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
list
|
||
|
|
List the debug targets (debuggees) registered with the Cloud Debugger.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta debug targets
|
||
|
|
|