@@ -18,9 +18,11 @@ Use this index for the full quick index and global flags.
1818| ` bl auth logout ` | Clear stored credentials | [ auth.md] ( auth.md ) |
1919| ` bl auth status ` | Show current authentication state | [ auth.md] ( auth.md ) |
2020| ` bl bootstrap ` | Initialize Bailian workspace and activate postpaid services | [ bootstrap.md] ( bootstrap.md ) |
21+ | ` bl config list ` | List config profiles and show the active profile | [ config.md] ( config.md ) |
2122| ` bl config set ` | Set a config value | [ config.md] ( config.md ) |
2223| ` bl config show ` | Display current configuration | [ config.md] ( config.md ) |
2324| ` bl config ui ` | Open a local web UI to manage config profiles | [ config.md] ( config.md ) |
25+ | ` bl config use ` | Set the active config profile | [ config.md] ( config.md ) |
2426| ` bl console call ` | Call a Bailian console API via the CLI gateway | [ console.md] ( console.md ) |
2527| ` bl dataset delete ` | Delete a dataset file by ID | [ dataset.md] ( dataset.md ) |
2628| ` bl dataset get ` | Get details of a single dataset file | [ dataset.md] ( dataset.md ) |
@@ -105,7 +107,7 @@ Use this index for the full quick index and global flags.
105107| ` app ` | ` call ` , ` list ` | [ app.md] ( app.md ) |
106108| ` auth ` | ` generate-access-token ` , ` login ` , ` logout ` , ` status ` | [ auth.md] ( auth.md ) |
107109| ` bootstrap ` | ` (root) ` | [ bootstrap.md] ( bootstrap.md ) |
108- | ` config ` | ` set ` , ` show ` , ` ui ` | [ config.md] ( config.md ) |
110+ | ` config ` | ` list ` , ` set ` , ` show ` , ` ui ` , ` use ` | [ config.md] ( config.md ) |
109111| ` console ` | ` call ` | [ console.md] ( console.md ) |
110112| ` dataset ` | ` delete ` , ` get ` , ` list ` , ` upload ` , ` validate ` | [ dataset.md] ( dataset.md ) |
111113| ` deploy ` | ` audio create ` , ` delete ` , ` get ` , ` image create ` , ` list ` , ` models ` , ` scale ` , ` text create ` , ` update ` | [ deploy.md] ( deploy.md ) |
@@ -134,16 +136,16 @@ Use this index for the full quick index and global flags.
134136
135137Available on every command (in addition to command-specific flags):
136138
137- | Flag | Type | Required | Description |
138- | --------------------- | ------ | -------- | ----------------------------------- |
139- | ` --output <format> ` | string | no | Output format: text, json |
140- | ` --timeout <seconds> ` | number | no | Request timeout |
141- | ` --quiet ` | switch | no | Suppress non-essential output |
142- | ` --verbose ` | switch | no | Print HTTP request/response details |
143- | ` --dry-run ` | switch | no | Dry run mode |
144- | ` --config <name> ` | string | no | Use named config credentials |
145- | ` --help ` | switch | no | Show help |
146- | ` --version ` | switch | no | Print version |
139+ | Flag | Type | Required | Description |
140+ | --------------------- | ------ | -------- | ------------------------------------- |
141+ | ` --output <format> ` | string | no | Output format: text, json |
142+ | ` --timeout <seconds> ` | number | no | Request timeout |
143+ | ` --quiet ` | switch | no | Suppress non-essential output |
144+ | ` --verbose ` | switch | no | Print HTTP request/response details |
145+ | ` --dry-run ` | switch | no | Dry run mode |
146+ | ` --config <name> ` | string | no | Use a config profile for this command |
147+ | ` --help ` | switch | no | Show help |
148+ | ` --version ` | switch | no | Print version |
147149
148150## Model auth flags
149151
0 commit comments