Not yet available
This command is planned for a future release.
culvii config current-context
Print the active context name and its values.
Synopsis
culvii config current-context
Description
Prints the active context name and its values (tenant, workspace, environment) by reading ~/.culvii/config.json locally. No network call.
No flags.
Output
Active context: acme
tenant: acme (org_01HXYZ...)
workspace: dev-alice (wsp_01HXYZ...)
environment: dev
Error behaviour
| Condition | Message | Exit |
|---|---|---|
| Config file missing | "No config found. Run culvii login first." | 1 |
| No active context set | "No active context. Run culvii config use-context." | 1 |
Related commands
culvii config use-context, culvii whoami