Subcommands
| Subcommand | Description |
|---|---|
create | Creates a new version for a project with the files from —directory |
deploy | Creates a new version for a project with the files from —directory |
list | Lists most recent versions |
pull | Pull files from a version into the target directory |
versori projects versions create
--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
-
--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
-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
-
-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.