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

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

DESCRIPTION
    (BETA) 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 beta 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 beta and might change without notice. These
    variants are also available:

        $ gcloud resource-manager capabilities describe

        $ gcloud alpha resource-manager capabilities describe

