Structs§
- Stored
Credentials - Stored credentials for the CLI
- Token
Response
Functions§
- admin_
surface_ enabled - api_
request - Execute an authenticated API request, print response, exit with structured code.
- check_
auth_ configured - Check if auth is configured (without making a request). Returns (method_name, detail) or None.
- client
- config_
path - env_
flag_ enabled - exit_
error - is_
admin_ api_ path - load_
credentials - raw_
api_ request - Execute a raw API request and return the response (no printing). Used by doctor and other commands that need to inspect the response.
- read_
json_ from_ file - Read JSON from a file path or stdin (when path is “-”).
- resolve_
token - Resolve a Bearer token for API requests (priority order):
- save_
credentials