CLI
sazabi settings
Command reference for sazabi settings.
sazabi settings — Manage global CLI settings. Subcommands: view, set, unset.
sazabi settings
Manage global CLI settings
sazabi settings <subcommand>sazabi settings view # Show current settings
sazabi settings set apiBaseUrl https://api.example.com # Set API base URL
sazabi settings unset apiBaseUrl # Clear API base URL overridesazabi settings view
Show current CLI settings and file location
sazabi settings view [options]| Flag | Type | Required | Description |
|---|---|---|---|
--json | boolean | No | Output as JSON |
sazabi settings view # Show current settings
sazabi settings view --json # Output as JSONsazabi settings set
Set a global configuration value
sazabi settings set <key> <value> [options]| Flag | Type | Required | Description |
|---|---|---|---|
--json | boolean | No | Output as JSON |
sazabi settings set apiBaseUrl https://api.example.com # Override a base URL (also: authBaseUrl, webBaseUrl, intakeBaseUrl, tailBaseUrl)sazabi settings unset
Clear a global configuration value
sazabi settings unset <key> [options]| Flag | Type | Required | Description |
|---|---|---|---|
--json | boolean | No | Output as JSON |
sazabi settings unset apiBaseUrl # Clear API base URL override
sazabi settings unset --json apiBaseUrl # Output as JSON