Global Context Management

No more running vx init in every repository. Configure your GitHub and OpenAI credentials once and vexal resolves the right config automatically.

add

Add a named context with GitHub and OpenAI credentials stored securely in your OS keychain

Terminal

vx context add [name]

Example:

Terminal

vx context add personal -u PinedaVictor

list

View all configured contexts and their key status

Terminal

vx context list

use

Switch the active context

Terminal

vx context use [name]

remove

Remove a context and its associated secrets

Terminal

vx context remove [name]

Was this page helpful?