Skip to main content

astroctl_whoami

astroctl whoami

Display current user and organization

Synopsis

Display current user and organization based on the API key used.

astroctl whoami [flags]

Examples


# Display current user and organization
astroctl whoami

# Full JSON output (e.g. for scripting)
astroctl whoami -o json

# Using short alias
astroctl me

Options

-h, --help help for whoami
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO