This update introduces command line support for managing deployments, making it possible to deploy from the terminal or as part of automated workflows (e.g. git hooks, CI/CD).
deploy:list- List all configured deployment serversdeploy:test- Test beacon connectivity for a serverdeploy:build- Build deployment archives locally without transmittingdeploy:server- Perform a full deployment to a remote server
The deploy:build command is particularly useful for building large archives (such as vendor packages) that may time out in the browser. Running from the CLI removes web server timeout and memory constraints.