mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
35 lines
809 B
Text
35 lines
809 B
Text
NAME
|
|
gcloud beta run revisions logs - read logs for Cloud Run revisions
|
|
|
|
SYNOPSIS
|
|
gcloud beta run revisions logs COMMAND [--region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Read logs for Cloud Run revisions.
|
|
|
|
FLAGS
|
|
--region=REGION
|
|
Region in which the resource can be found. Alternatively, set the
|
|
property [run/region].
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
read
|
|
(BETA) Read logs for a Cloud Run revision.
|
|
|
|
tail
|
|
(BETA) Tail logs for a Cloud Run revision.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha run revisions logs
|
|
|