mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
NAME
|
|
gcloud beta debug targets - commands for interacting with Cloud Debugger
|
|
debug targets
|
|
|
|
SYNOPSIS
|
|
gcloud beta debug targets COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) (DEPRECATED) Commands for interacting with Cloud Debugger debug
|
|
targets.
|
|
|
|
Cloud Debugger is deprecated and will be shutdown May 31, 2023.
|
|
|
|
See: https://cloud.google.com/debugger/docs/deprecations
|
|
|
|
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 beta 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
|
|
(BETA) (DEPRECATED) List the debug targets (debuggees) registered with
|
|
the Cloud Debugger.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud debug targets
|
|
|