search and ai stabilization work, localization stablized.
This commit is contained in:
@@ -235,16 +235,36 @@ public interface IBaselineResolver
|
||||
* `offline kit import <tar>` — upload the kit to on‑prem services (Concelier/Excititor).
|
||||
* `offline kit status` — list current seed versions.
|
||||
|
||||
### 2.8 Utilities
|
||||
|
||||
* `config set/get` — endpoint & defaults.
|
||||
* `whoami` — short auth display.
|
||||
* `version` — CLI + protocol versions; release channel.
|
||||
* `tools policy-dsl-validate <paths...> [--strict] [--json]`
|
||||
* `tools policy-schema-export [--output <dir>] [--repo-root <path>]`
|
||||
* `tools policy-simulation-smoke [--scenario-root <path>] [--output <dir>] [--repo-root <path>] [--fixed-time <ISO-8601>]`
|
||||
|
||||
### 2.9 Aggregation-only guard helpers
|
||||
### 2.8 Utilities
|
||||
|
||||
* `config set/get` — endpoint & defaults.
|
||||
* `whoami` — short auth display.
|
||||
* `version` — CLI + protocol versions; release channel.
|
||||
* `tools policy-dsl-validate <paths...> [--strict] [--json]`
|
||||
* `tools policy-schema-export [--output <dir>] [--repo-root <path>]`
|
||||
* `tools policy-simulation-smoke [--scenario-root <path>] [--output <dir>] [--repo-root <path>] [--fixed-time <ISO-8601>]`
|
||||
|
||||
### 2.8.1 User locale preference commands
|
||||
|
||||
* `tenants locale list [--tenant <id>] [--json]`
|
||||
|
||||
* Fetches tenant-visible locale catalog from Platform `GET /api/v1/platform/localization/locales`.
|
||||
* Provides the canonical locale set used by both CLI and UI selection controls.
|
||||
* Supports deterministic text output or JSON payload (`locales`, `count`) for automation.
|
||||
|
||||
* `tenants locale get [--tenant <id>] [--json]`
|
||||
|
||||
* Fetches the authenticated actor's persisted locale preference from Platform `GET /api/v1/platform/preferences/language`.
|
||||
* Resolves tenant context from `--tenant`, then `STELLAOPS_TENANT`, then active tenant profile.
|
||||
* Prints deterministic text output by default (`tenant`, `locale`, `updated`) and optional JSON payload for automation.
|
||||
|
||||
* `tenants locale set <locale> [--tenant <id>] [--json]`
|
||||
|
||||
* Writes the authenticated actor's persisted locale preference through Platform `PUT /api/v1/platform/preferences/language`.
|
||||
* Supported locale set is service-validated (`en-US`, `de-DE`, `bg-BG`, `ru-RU`, `es-ES`, `fr-FR`, `uk-UA`, `zh-TW`, `zh-CN`); CLI pre-validates against the platform locale catalog when available.
|
||||
* This command shares the same preference record consumed by the Web shell locale selector so locale choice follows the user across Web and CLI sessions.
|
||||
|
||||
### 2.9 Aggregation-only guard helpers
|
||||
|
||||
* `sources ingest --dry-run --source <id> --input <path|uri> [--tenant ... --format table|json --output file]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user