gcloud_alpha_tasks_queues (1)
NAME
- gcloud alpha tasks queues - manage Cloud Tasks queues
SYNOPSIS
-
gcloud alpha tasks queues COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Commands for managing Google Cloud Tasks queues. If you have early
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
-
- add-iam-policy-binding
-
(ALPHA) Add IAM policy binding for a tasks queue.
- create-app-engine-queue
-
(ALPHA) Create an App Engine queue.
- create-pull-queue
-
(ALPHA) Create a pull queue.
- delete
-
(ALPHA) Delete a queue.
- describe
-
(ALPHA) Show details about a queue.
- get-iam-policy
-
(ALPHA) Get the IAM policy for a queue.
- list
-
(ALPHA) List all queues.
- pause
-
(ALPHA) Pause a queue.
- purge
-
(ALPHA) Purge a queue by deleting all of its tasks.
- remove-iam-policy-binding
-
(ALPHA) Remove IAM policy binding of a tasks queue.
- resume
-
(ALPHA) Request to resume a paused or disabled queue.
- set-iam-policy
-
(ALPHA) Set the IAM policy for a queue.
- update-app-engine-queue
-
(ALPHA) Update an App Engine queue.
- update-pull-queue
-
(ALPHA) Update a pull queue.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support This variant is also available:
- $ gcloud beta tasks queues