NAME
    gcloud alpha resource-manager capabilities describe - show whether a
        Capability is enabled

SYNOPSIS
    gcloud alpha resource-manager capabilities describe CAPABILITY_ID
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Command to show whether a Capability is enabled.

    This command can fail for the following reasons:
      ▪ The capability specified does not exist.
      ▪ The active account does not have permission to access the given
        folder/capability.

EXAMPLES
    The following command prints metadata for a capability with the ID
    folders/123/capabilities/app-management:

        $ gcloud alpha resource-manager capabilities describe \
            "folders/123/capabilities/app-management"

POSITIONAL ARGUMENTS
     CAPABILITY_ID
        ID for the capability you want to describe.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

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 resource-manager capabilities describe

        $ gcloud beta resource-manager capabilities describe

