Skip to content
CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.

chalksurf auth status

chalksurf auth status
Show the current authentication and organization state
Options:
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
Examples:
chalksurf auth status Show the current authenticated user and default organization
chalksurf --profile prod-codex auth status --json Inspect a specific profile in machine-readable mode
Resolution order:
profile: --profile, then CHALKSURF_PROFILE, then stored default profile
base URL: --base-url, then CHALKSURF_BASE_URL, then active profile
token: CHALKSURF_TOKEN, then active profile
organization: --organization, then CHALKSURF_ORGANIZATION_ID, then active profile