tai config env
Read and update the stored env overrides.
tai config env get
Read the stored env config and the operator’s secret-key marks.
Example: tai config env get
tai config env set
Merge KEY=VALUE env overrides and hot-reload the process config.
Example: tai config env set LOG_LEVEL=debug FEATURE_X=1
tai config lint
Lint config OFFLINE: a manifest file’s shape plus required-settings resolution.
Validates the manifest file against the Manifest model (a broken manifest
fails loudly with the model error) and checks that every required registered
setting resolves from the environment. No server is started.
Example: tai config lint config/manifest.yml
tai config mode
Read the active config backend mode (file / k8s).
Example: tai config mode
tai config reload
Soft-restart this process from its manifest, fanning out to every worker.
Refreshes env, resets settings caches, and re-initializes from the manifest
in-process (no pod restart), then propagates to the fleet; --target restricts
the fan-out to named workers.
Example: tai config reload
tai config settings-schema
List the registered settings groups with their resolved field values.
Example: tai config settings-schema --json

