1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Sep 10 11:12:24 UTC 2025

This commit is contained in:
Automated 2025-09-10 11:12:24 +00:00
parent be3f81b90a
commit 78d417f901
91 changed files with 2522 additions and 712 deletions

View file

@ -11,10 +11,15 @@ DESCRIPTION
(ALPHA) List batch operation jobs.
EXAMPLES
To list all batch jobs in all locations:
To list all batch jobs:
$ gcloud alpha storage batch-operations jobs list
To list all batch jobs that are not dry run:
$ gcloud alpha storage batch-operations jobs list \
--filter="dry_run=false"
To list all batch jobs with a page size of 10:
$ gcloud alpha storage batch-operations jobs list --page-size=10