NAME
    gcloud alpha secrets - manage secrets on Google Cloud

SYNOPSIS
    gcloud alpha secrets GROUP [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Google Secret Manager allows users to store and retrieve secrets
    such as API keys, certificates, passwords on Google Cloud. Google Secret
    Manager is integrated with Cloud IAM and Cloud Audit Logging so users can
    manage permissions on individual secrets and monitor how these are used.

    To learn more about Google Secret Manager, visit:

        https://cloud.google.com/secret-manager/

    To read API and usage documentation, visit:

        https://cloud.google.com/secret-manager/docs/

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     config
        (ALPHA) Manage Secretmanager secret configurations.

     versions
        (ALPHA) Manage secret versions.

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 secrets

        $ gcloud beta secrets

