mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
32
gcloud/logging/scopes/help
Normal file
32
gcloud/logging/scopes/help
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
NAME
|
||||
gcloud logging scopes - manages Cloud Logging log scopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging scopes COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Commands for managing Cloud Logging log scopes. A scope is used to describe
|
||||
a group of resources to read log entries from.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a log scope.
|
||||
|
||||
delete
|
||||
Delete a log scope.
|
||||
|
||||
describe
|
||||
Display information about a log scope.
|
||||
|
||||
list
|
||||
List the defined log scopes.
|
||||
|
||||
update
|
||||
Update a log scope.
|
||||
Loading…
Add table
Add a link
Reference in a new issue