glab-artifact-registry-status - Man Page

Check your access to the GitLab Artifact Registry. (EXPERIMENTAL)

Synopsis

glab artifact-registry status [flags]

Description

Exchange a GitLab credential for a short-lived Artifact Registry access token, then print the token's issuer, subject, audience, and expiry so you can confirm which identity and instance you are authenticated as. No credentials are written to disk.

Prerequisites:

This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

Options

--hostname="" GitLab hostname to check. Defaults to the configured GitLab instance.

--jq="" Filter JSON output with a jq expression.

-F, --output="text" Format output as: text, json.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

# Show Artifact Registry access status
glab artifact-registry status

# Show Artifact Registry access status as JSON
glab artifact-registry status --output json

See Also

glab-artifact-registry(1)

Referenced By

glab-artifact-registry(1).

Aug 2026 Auto generated by spf13/cobra