1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/beta/run/jobs/executions/logs/help
2023-02-23 10:13:49 +00:00

45 lines
1.1 KiB
Text

NAME
gcloud beta run jobs executions logs - read logs for Cloud Run jobs
executions
SYNOPSIS
gcloud beta run jobs executions logs COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Read logs for Cloud Run jobs executions.
EXAMPLES
To tail logs for a job execution, run:
$ gcloud beta run jobs executions logs tail my-job-execution
To read logs for a job execution, run:
$ gcloud beta run jobs executions logs read my-job-execution
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 Cloud Run job executions.
tail
(BETA) Tail logs for Cloud Run job executions.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha run jobs executions logs