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