NAME
    gcloud alpha logging links - manage log links

SYNOPSIS
    gcloud alpha logging links COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Commands for managing links. A log link represents a linked
    BigQuery dataset that contains log data for the link's parent log bucket.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Create a link on an analytics log bucket.

     delete
        (ALPHA) Delete a link.

     describe
        (ALPHA) Display information about a link.

     list
        (ALPHA) List created links on the specified bucket.

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 logging links

        $ gcloud beta logging links

