1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/debug/targets/help

41 lines
994 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud debug targets - commands for interacting with Cloud Debugger debug
targets
SYNOPSIS
gcloud debug targets COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2023-02-15 10:13:15 +00:00
(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
2022-03-01 04:29:52 +00:00
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
2023-02-15 10:13:15 +00:00
(DEPRECATED) List the debug targets (debuggees) registered with the
Cloud Debugger.
2022-03-01 04:29:52 +00:00
NOTES
This variant is also available:
$ gcloud beta debug targets