mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -8,6 +8,11 @@ SYNOPSIS
|
|||
[--wait=WAIT; default=10] [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 snapshots create is used to create a debug snapshot on a Cloud
|
||||
Debugger debug target. Snapshots allow you to capture stack traces and
|
||||
local variables from your running service without interfering with normal
|
||||
|
|
|
|||
|
|
@ -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 snapshots delete is used to delete snapshots from a Cloud
|
||||
Debugger debug target (debuggee). It will ask for confirmation before
|
||||
deleting any snapshots. To suppress confirmation, use the global --quiet
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ SYNOPSIS
|
|||
[--target=(ID|DESCRIPTION_REGEXP)] [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 snapshots describe is used to describe the debug snapshots for
|
||||
a Cloud Debugger debug target (debuggee). If the snapshot has completed,
|
||||
the output will include details on the stack trace and local variables,
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) Commands for interacting with Cloud Debugger snapshots.
|
||||
|
||||
Cloud Debugger is deprecated and will be shutdown May 31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
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.
|
||||
|
|
@ -28,21 +34,24 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create debug snapshots for a Cloud Debugger debug target (debuggee).
|
||||
|
||||
delete
|
||||
Delete debug snapshots for a Cloud Debugger debug target (debuggee).
|
||||
|
||||
describe
|
||||
Describe the debug snapshots for a Cloud Debugger debug target
|
||||
(DEPRECATED) Create debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
|
||||
delete
|
||||
(DEPRECATED) Delete debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
|
||||
describe
|
||||
(DEPRECATED) Describe the debug snapshots for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
list
|
||||
List the debug snapshots for a Cloud Debugger debug target (debuggee).
|
||||
(DEPRECATED) List the debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
|
||||
wait
|
||||
Wait for debug snapshots on a Cloud Debugger debug target (debuggee) to
|
||||
complete.
|
||||
(DEPRECATED) Wait for debug snapshots on a Cloud Debugger debug target
|
||||
(debuggee) to complete.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,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 snapshots list is used to display the debug snapshots for a
|
||||
Cloud Debugger debug target (debuggee). By default all active snapshots as
|
||||
well as any recently completed snapshots are returned. To obtain older
|
||||
|
|
|
|||
|
|
@ -9,6 +9,11 @@ SYNOPSIS
|
|||
[--limit=LIMIT] [--sort-by=[FIELD,...]] [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 snapshots wait is used to wait for one or more snapshots on a
|
||||
Cloud Debugger debug target to complete. A snapshot is considered completed
|
||||
either if there was an error setting the snapshot or if the snapshot was
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue