Skip to main content
Not yet available

This command is planned for a future release.

culvii config use-context

Switch the active context.

Synopsis

culvii config use-context <context-name>

Description

Switches the active context pointer in ~/.culvii/config.json to the named context. Multiple tenant contexts can coexist in the config file; this command selects which one subsequent commands operate against. Pure local file mutation — no network call.

Run culvii config current-context to see available context names.

Arguments

ArgumentDescription
<context-name>Name of the context to activate. Must exist in the config file.

Examples

culvii config use-context betaco
# → "Switched to context: betaco"

culvii config use-context acme
# → "Switched to context: acme"

Error behaviour

ConditionMessageExit
Context not found in config"Context 'betaco' not found. Run culvii whoami to see available contexts."1

culvii config current-context, culvii login