NAME
    gcloud alpha tasks - manage Cloud Tasks queues and tasks

SYNOPSIS
    gcloud alpha tasks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) 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
        (ALPHA) Get or change CMEK configuration for Cloud Tasks.

     locations
        (ALPHA) Get information about Cloud Tasks locations.

     queues
        (ALPHA) Manage Cloud Tasks queues.

COMMANDS
    COMMAND is one of the following:

     acknowledge
        (ALPHA) Acknowledge the lease on a task in a pull queue.

     buffer
        (ALPHA) Buffers a task into a queue.

     cancel-lease
        (ALPHA) Cancel the lease on a task in a pull queue.

     create-app-engine-task
        (ALPHA) Create and add a task that targets App Engine.

     create-http-task
        (ALPHA) Create and add a task that targets a HTTP endpoint.

     create-pull-task
        (ALPHA) Create and add a task to a pull queue.

     delete
        (ALPHA) Delete a task from a queue.

     describe
        (ALPHA) Show details about a task.

     lease
        (ALPHA) Leases a list of tasks and displays them.

     list
        (ALPHA) List tasks.

     renew-lease
        (ALPHA) Renew the lease on a task in a pull queue.

     run
        (ALPHA) Force a task to run now.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud tasks

        $ gcloud beta tasks

