mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27: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
|
|
@ -9,8 +9,13 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta debug logpoints create is used to add a debug logpoint
|
||||
to a debug target (debuggee). Logpoints add logging to your running service
|
||||
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
||||
31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
gcloud beta debug logpoints create is used to add a debug logpoint to a
|
||||
debug target (debuggee). Logpoints add logging to your running service
|
||||
without changing your code or restarting your application. When you create
|
||||
a logpoint, the message you specify will be added to your logs whenever any
|
||||
instance of your service executes the specified line of code.
|
||||
|
|
|
|||
|
|
@ -8,10 +8,15 @@ SYNOPSIS
|
|||
[--target=(ID|DESCRIPTION_REGEXP)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta debug logpoints delete is used to delete logpoints from
|
||||
a Cloud Debugger debug target (debuggee). It will ask for confirmation
|
||||
before deleting any logpoints. 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 logpoints delete is used to delete logpoints from a Cloud
|
||||
Debugger debug target (debuggee). It will ask for confirmation before
|
||||
deleting any logpoints. To suppress confirmation, use the global --quiet
|
||||
option.
|
||||
|
||||
EXAMPLES
|
||||
To delete all active debug logpoints created by the current user of the
|
||||
|
|
|
|||
|
|
@ -7,7 +7,13 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Logpoints allow you to inject logging into running services without
|
||||
(BETA) (DEPRECATED) Commands for interacting with Cloud Debugger logpoints.
|
||||
|
||||
Cloud Debugger is deprecated and will be shutdown May 31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
Logpoints allow you to inject logging into running services without
|
||||
restarting or interfering with the normal function of the service. Log
|
||||
output will be sent to the appropriate log for the target's environment. On
|
||||
App Engine, for example, output will go to the request log.
|
||||
|
|
@ -71,15 +77,16 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Add debug logpoints to a Cloud Debugger debug target (debuggee).
|
||||
(BETA) (DEPRECATED) Add debug logpoints to a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
delete
|
||||
(BETA) Delete debug logpoints for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) Delete debug logpoints for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
list
|
||||
(BETA) List the debug logpoints for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) List the debug logpoints for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
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 logpoints list is used to display the debug
|
||||
logpoints for a Cloud Debugger debug target (debuggee). By default all
|
||||
active logpoints are returned. To obtain older, expired logoints, 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 logpoints list is used to display the debug logpoints for
|
||||
a Cloud Debugger debug target (debuggee). By default all active logpoints
|
||||
are returned. To obtain older, expired logoints, specify the
|
||||
--include-inactive option.
|
||||
|
||||
EXAMPLES
|
||||
To list the active and recently completed debug logpoints of the debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue