mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
57 lines
1 KiB
Text
57 lines
1 KiB
Text
NAME
|
|
gcloud tasks - manage Cloud Tasks queues and tasks
|
|
|
|
SYNOPSIS
|
|
gcloud tasks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Tasks queues and tasks.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
cmek-config
|
|
Get or change CMEK configuration for Cloud Tasks.
|
|
|
|
locations
|
|
Get information about Cloud Tasks locations.
|
|
|
|
queues
|
|
Manage Cloud Tasks queues.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
buffer
|
|
Buffers a task into a queue.
|
|
|
|
create-app-engine-task
|
|
Create and add a task that targets App Engine.
|
|
|
|
create-http-task
|
|
Create and add a task that targets a HTTP endpoint.
|
|
|
|
delete
|
|
Delete a task from a queue.
|
|
|
|
describe
|
|
Show details about a task.
|
|
|
|
list
|
|
List tasks.
|
|
|
|
run
|
|
Force a task to run now.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha tasks
|
|
|
|
$ gcloud beta tasks
|
|
|