Skip to content

v3.3 - Adds Console Commands for CLI Deployments

Latest

Choose a tag to compare

@daftspunk daftspunk released this 15 Mar 02:25
· 4 commits to master since this release

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 servers
  • deploy:test - Test beacon connectivity for a server
  • deploy:build - Build deployment archives locally without transmitting
  • deploy: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.