Context sets the configuration for your CLI session. It allows you to manage your authentication tokens and organisations.Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
Subcommands
| Subcommand | Description |
|---|---|
add | Add a new context to your config and selects it as the default. It requires you generate a JWT token from the Versori console. You can generate the JWT here https://ai.versori.com/account?content=keys |
list | List currently configured contexts. * denotes the active context. |
rm | Remove a configured context. |
select | Changes the active context. |
versori context add
-
-h,--help: help for add -
--jwt: JWT token to use with the context. If the value is -, it will be read from stdin. -
--name: Name of the context -
--organisation: Organisation ID to use with the context
versori context list
-h,--help: help for list
versori context rm
-h,--help: help for rm
versori context select
-h,--help: help for select