1
0
Fork 0
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:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -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