gcloud beta tasks - manage Cloud Tasks queues and tasks
gcloud beta tasks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) Manage Cloud Tasks queues and tasks.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- locations
(BETA) Get information about Cloud Tasks locations.
- queues
(BETA) Manage Cloud Tasks queues.
COMMAND is one of the following:
- create-app-engine-task
(BETA) Create and add a task that targets App Engine.
- create-http-task
(BETA) Create and add a task that targets a HTTP endpoint.
- delete
(BETA) Delete a task from a queue.
- describe
(BETA) Show details about a task.
- list
(BETA) List tasks.
- run
(BETA) Force a task to run now.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud tasks
$ gcloud alpha tasks