1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 02:55:19 +00:00
gcloud-help/gcloud/beta/tasks/queues/help
2022-03-01 04:29:52 +00:00

70 lines
1.5 KiB
Text

NAME
gcloud beta tasks queues - manage Cloud Tasks queues
SYNOPSIS
gcloud beta tasks queues COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Commands for managing Google Cloud Tasks queues.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(BETA) Add IAM policy binding for a tasks queue.
create
(BETA) Create a Cloud Tasks queue.
create-app-engine-queue
(BETA) (DEPRECATED) Create a Cloud Tasks queue.
create-pull-queue
(BETA) Create a pull queue.
delete
(BETA) Delete a queue.
describe
(BETA) Show details about a queue.
get-iam-policy
(BETA) Get the IAM policy for a queue.
list
(BETA) List all queues including their type.
pause
(BETA) Pause a queue.
purge
(BETA) Purge a queue by deleting all of its tasks.
remove-iam-policy-binding
(BETA) Remove IAM policy binding of tasks queue.
resume
(BETA) Request to resume a paused or disabled queue.
set-iam-policy
(BETA) Set the IAM policy for a queue.
update
(BETA) Update a Cloud Tasks queue.
update-app-engine-queue
(BETA) (DEPRECATED) Update a Cloud Tasks queue.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud tasks queues
$ gcloud alpha tasks queues