NAME
    gcloud pubsub subscriptions - manage Cloud Pub/Sub subscriptions

SYNOPSIS
    gcloud pubsub subscriptions COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Manage Cloud Pub/Sub subscriptions.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     ack
        Acknowledges one or more messages on the specified subscription.

     add-iam-policy-binding
        Add IAM policy binding to a subscription.

     create
        Creates one or more Cloud Pub/Sub subscriptions.

     delete
        Deletes one or more Cloud Pub/Sub subscriptions.

     describe
        Describes a Cloud Pub/Sub subscription.

     get-iam-policy
        Get the IAM policy for a Cloud Pub/Sub Subscription.

     list
        Lists Cloud Pub/Sub subscriptions.

     modify-message-ack-deadline
        Modifies the ACK deadline for a specific Cloud Pub/Sub message.

     modify-push-config
        Modifies the push configuration of a Cloud Pub/Sub subscription.

     pull
        Pulls one or more Cloud Pub/Sub messages from a subscription.

     remove-iam-policy-binding
        Remove IAM policy binding of a subscription.

     seek
        Resets a subscription's backlog to a point in time or to a given
        snapshot.

     set-iam-policy
        Set IAM policy for a subscription.

     update
        Updates an existing Cloud Pub/Sub subscription.

NOTES
    These variants are also available:

        $ gcloud alpha pubsub subscriptions

        $ gcloud beta pubsub subscriptions

