Product Release & Deploy
These commands handle building, deploying, and releasing products. Use them to generate production Docker images, deploy with the production Compose file, and publish versioned releases to GitHub, PyPI, or DockerHub.
Command reference
| Command | Description |
|---|---|
product:build |
Build deployment configuration |
product:deploy |
Deploy using the production Compose file |
product:release |
Bump version, tag, publish to GitHub/PyPI/DockerHub |
product:releasewill refuse to proceed if any feature is in editable mode. All features must be pinned to a released version before releasing the product. Usefeature:releasefollowed byfeature:attachto pin editable features first.