CLI v1.0.0
Released: July 1, 2026
Breaking Changes
Section titled “Breaking Changes”- Reorganized CLI commands: The CLI command structure has been reorganized for better usability and clarity. Please review the updated command list with
ricochet --helpto familiarize yourself with the new structure.
Features
Section titled “Features”- Environment variables on deploy: You can now set environment variables during deployment using the
--envflag, making it easier to configure your applications at deploy time. - Dry-run for self-updates: Added
--dry-runoption to theself updatecommand, allowing you to preview available updates without actually installing them. - Configuration file support: You can now update app and task settings directly from a
_ricochet.tomlconfiguration file, streamlining your deployment workflow.
- API compatibility: Updated to work with the latest version of ricochet-core, ensuring compatibility with recent API changes.