NAME
    gcloud beta services api-keys - manage API keys

SYNOPSIS
    gcloud beta services api-keys COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage API keys.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (BETA) Create an API key.

     delete
        (BETA) Delete an API key.

     describe
        (BETA) Describe an API key's metadata.

     get-key-string
        (BETA) Get the key string of an API key.

     list
        (BETA) Lists API keys.

     lookup
        (BETA) Look up resource name of a key string.

     undelete
        (BETA) Undelete an API key.

     update
        (BETA) Update an API key's metadata.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud services api-keys

        $ gcloud alpha services api-keys

