Skip to main content

Subcommands


versori projects versions create

Flags:
  • --description: Description of the new version.
  • -d, --directory: Directory containing the new version.
  • --dry-run: Print files that would be uploaded without actually pushing.
  • -h, --help: help for create
  • -n, --name: Name of the new version.
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects versions deploy

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

versori projects versions list

Flags:
  • -h, --help: help for list
  • --limit: How many versions to list
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects versions pull

Flags:
  • -d, --directory: Directory containing the versions to be uploaded
  • --dry-run: Print files that would be uploaded without actually pushing.
  • -h, --help: help for pull
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --version: ID of the version. If not given, you will be prompted to select one.