mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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,10 +8,15 @@ SYNOPSIS
|
|||
[--wait=WAIT; default=10] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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 operations.
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta 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 operations.
|
||||
|
||||
When any instance of the target executes the snapshot location, the
|
||||
optional condition expression is evaluated. If the result is true (or if
|
||||
|
|
|
|||
|
|
@ -8,10 +8,15 @@ SYNOPSIS
|
|||
[--target=(ID|DESCRIPTION_REGEXP)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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 option.
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta 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
|
||||
option.
|
||||
|
||||
EXAMPLES
|
||||
To delete all active snapshots created by the current user of the debug
|
||||
|
|
|
|||
|
|
@ -7,7 +7,12 @@ SYNOPSIS
|
|||
[--target=(ID|DESCRIPTION_REGEXP)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta debug snapshots describe is used to describe the debug
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta 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, stored in a compact form which is primarily intended to be
|
||||
|
|
|
|||
|
|
@ -7,9 +7,15 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) 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.
|
||||
(BETA) (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.
|
||||
|
||||
FLAGS
|
||||
--target=(ID|DESCRIPTION_REGEXP)
|
||||
|
|
@ -28,24 +34,24 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) Create debug snapshots for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
delete
|
||||
(BETA) Delete debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) Delete debug snapshots for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
describe
|
||||
(BETA) Describe the debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) Describe the debug snapshots for a Cloud Debugger
|
||||
debug target (debuggee).
|
||||
|
||||
list
|
||||
(BETA) List the debug snapshots for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) List the debug snapshots for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
wait
|
||||
(BETA) Wait for debug snapshots on a Cloud Debugger debug target
|
||||
(debuggee) to complete.
|
||||
(BETA) (DEPRECATED) Wait for debug snapshots on a Cloud Debugger debug
|
||||
target (debuggee) to complete.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
|
|
|
|||
|
|
@ -10,10 +10,15 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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 completed snapshots specify the --include-inactive option.
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta 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
|
||||
completed snapshots specify the --include-inactive option.
|
||||
|
||||
EXAMPLES
|
||||
To list the active and recently completed debug snapshots of the debug
|
||||
|
|
|
|||
|
|
@ -9,10 +9,15 @@ SYNOPSIS
|
|||
[--limit=LIMIT] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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 hit on an instance of the debug target.
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta 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 hit on an instance of the debug target.
|
||||
|
||||
EXAMPLES
|
||||
To wait for either of the snapshots with IDs of 'ID1' or 'ID2' of the debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue