NAME
    gcloud beta app operations - view and manage your App Engine Operations

SYNOPSIS
    gcloud beta app operations COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) This set of commands can be used to view and manage your existing
    App Engine operations.

EXAMPLES
    To list your App Engine operations, run:

        $ gcloud beta app operations list

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     describe
        (BETA) Describes the operation.

     list
        (BETA) List the operations.

     wait
        (BETA) Polls an operation until completion.

NOTES
    This command is currently in beta and might change without notice. This
    variant is also available:

        $ gcloud app operations

