Skip to main content

Subcommands


versori projects systems add

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: Project ID; defaults from .versori when inside a synced project directory.
  • --system: The system ID to link to the project

versori projects systems bootstrap

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 connect

Flags:
  • --connection-id: ID of the connection to connect to
  • --environment: The environment name within the project
  • -h, --help: help for connect
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --template-id: ID of the connection template to connect to

versori projects systems delete-connection-template

Flags:
  • -h, --help: help for delete-connection-template
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --template: The connection template ID to delete

versori projects systems list-connections

Flags:
  • --environment: The environment name within the project
  • -h, --help: help for list-connections
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects systems list

Flags:
  • --environment: The environment name within the project
  • -h, --help: help for list
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects systems remove

Flags:
  • -h, --help: help for remove
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --template: The connection template ID to remove

versori projects systems update-connection-template

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: Project ID; defaults from .versori when inside a synced project directory.
  • --template: The connection template ID to update