mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
60 lines
1.1 KiB
Text
60 lines
1.1 KiB
Text
NAME
|
|
gcloud tasks queues - manage Cloud Tasks queues
|
|
|
|
SYNOPSIS
|
|
gcloud tasks queues COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Add IAM policy binding for a tasks queue.
|
|
|
|
create
|
|
Create a Cloud Tasks queue.
|
|
|
|
delete
|
|
Delete a queue.
|
|
|
|
describe
|
|
Show details about a queue.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a queue.
|
|
|
|
list
|
|
List all queues.
|
|
|
|
pause
|
|
Pause a queue.
|
|
|
|
purge
|
|
Purge a queue by deleting all of its tasks.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding of tasks queue.
|
|
|
|
resume
|
|
Request to resume a paused or disabled queue.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a queue.
|
|
|
|
update
|
|
Update a Cloud Tasks queue.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha tasks queues
|
|
|
|
$ gcloud beta tasks queues
|
|
|