Skip to main content

Subcommands

SubcommandDescription
addLink a system to a project (create a connection template)
bootstrapCreate systems from research context
delete-connection-templateDelete a connection template from a project
list-connectionsList static connections for a project environment
listList systems linked to a project
removeRemove a system (connection template) from a project
update-connection-templateUpdate a connection template in a project

versori projects systems add

versori projects systems add --project <project-id> --system <system-id> --name <name> --environment <environment-name> [--dynamic] [flags]
Flags:
  • --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

versori projects systems bootstrap --file <path> [flags]
Flags:
  • -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

versori projects systems delete-connection-template --project <project-id> --template <template-id> [flags]
Flags:
  • -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

versori projects systems list-connections --project <project-id> --environment <environment-name> [flags]
Flags:
  • --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

versori projects systems list --project <project-id> --environment <environment-name> [flags]
Flags:
  • --environment: The environment name within the project
  • -h, --help: help for list
  • --project: The project ID to list systems for

versori projects systems remove

versori projects systems remove --project <project-id> --template <connection-template-id> [flags]
Flags:
  • -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

versori projects systems update-connection-template --project <project-id> --template <template-id> [--name <name>] [--dynamic] [--auth-scheme-config-id <name>] [flags]
Flags:
  • --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