mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -6,6 +6,12 @@ SYNOPSIS
|
|||
gcloud debug targets COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(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.
|
||||
|
|
@ -24,7 +30,8 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List the debug targets (debuggees) registered with the Cloud Debugger.
|
||||
(DEPRECATED) List the debug targets (debuggees) registered with the
|
||||
Cloud Debugger.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) Cloud Debugger is deprecated and will be shutdown May 31,
|
||||
2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud debug targets list is used to display a list of the debug targets
|
||||
(debuggees) registered with the Cloud Debugger. By default only the active
|
||||
targets are shown, the --include-inactive can be provided to also include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue