Skip to main content

astroctl auth apikey

Inspect and retire the API keys issued to you

Synopsis

Inspect and retire the API keys issued to you for the current organization.

astroctl auth apikey [flags]

Examples


# See the keys you are holding
astroctl auth apikey list

# Retire a key you no longer use, keeping the audit record
astroctl auth apikey revoke <key-id>

Options

-h, --help help for apikey

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO