Subcommands
| Subcommand | Description |
|---|---|
add | Link a system to a project (create a connection template) |
bootstrap | Create systems from research context |
delete-connection-template | Delete a connection template from a project |
list-connections | List static connections for a project environment |
list | List systems linked to a project |
remove | Remove a system (connection template) from a project |
update-connection-template | Update a connection template in a project |
versori projects systems add
--dynamic: Whether the connection template is dynamic--environment: The environment name within the project-h,--help: help for add--name: A name for the connection template--project: The project ID to link the system to--system: The system ID to link to the project
versori projects systems bootstrap
-
-f,--file: Path to a file containing research context (required) -
-h,--help: help for bootstrap -
--project: Project ID; defaults from .versori when inside a synced project directory. -
--system-overrides: JSON object of per-system overrides (e.g.'{"Stripe": {"base_url": "..."}}')
versori projects systems delete-connection-template
-h,--help: help for delete-connection-template--project: The project ID containing the connection template--template: The connection template ID to delete
versori projects systems list-connections
--environment: The environment name within the project-h,--help: help for list-connections--project: The project ID to list connections for
versori projects systems list
--environment: The environment name within the project-h,--help: help for list--project: The project ID to list systems for
versori projects systems remove
-h,--help: help for remove--project: The project ID from which to remove the system--template: The connection template ID to remove
versori projects systems update-connection-template
-
--auth-scheme-config-id: Auth scheme config ID to associate with the connection template -
--dynamic: Whether the connection template is dynamic -
-h,--help: help for update-connection-template -
--name: New name for the connection template -
--project: The project ID containing the connection template -
--template: The connection template ID to update