CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.
Read a CLI token from stdin or prompt for it interactively
--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]
--with-token Read the token from stdin when piping input [boolean] [default: false]
chalksurf auth login --profile prod-cztamas --base-url https://chalksurf-api.fly.dev Prompt for a CLI token and store it in the prod-cztamas profile
printf '%s' "$CHALKSURF_TOKEN" | chalksurf auth login --profile prod-codex --base-url https://chalksurf-api.fly.dev Read a CLI token from stdin into an explicit profile