Wodby CLI¶
Use Wodby CLI 1.x to automate Wodby 1 workflows, including CI/CD deployments. The CLI's master branch is the maintenance branch for Wodby 1.
Platform compatibility¶
| Wodby platform | CLI version | Source branch |
|---|---|---|
| Wodby 1 | 1.x | master |
| Wodby 2 | 2.x | 2.0 |
The CLI major version must match your Wodby platform. GitHub's Latest release points to Wodby 2, so select an explicit 1.x release for Wodby 1.
Installation¶
Download Wodby CLI 1.0.3 for your operating system and architecture. See the Wodby 1 installation instructions for Linux, macOS, and Windows.
For container-based builds, use a versioned 1.x tag of the wodby/wodby-cli image, such as wodby/wodby-cli:1.0.3.
Check the installed version with:
wodby version
Usage¶
See the Wodby 1 command reference for available commands and flags, and the third-party CI guide for the complete build and deployment workflow.