This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Releases: Kabilan108/rollouts
Releases · Kabilan108/rollouts
cli-v0.3.0
refactor: separate TUI logic and update documentation - Extract TUI logic from main.go into dedicated tui.go file for better code organization - Update CLI to use TUI only when no init flags provided or only --dry-run flag used - Clean up TUI output: remove emojis, simplify summary, remove bounding boxes - Update documentation across AGENTS.md, cli/CLAUDE.md, and servers/CLAUDE.md to reflect current implementation - Fix --dry-run behavior to output only raw Nix config without decorative text - Improve non-interactive mode validation to require all necessary flags 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
cli-v0.2.0
feat: rename push command to deploy with -m flag support - Renamed 'push' command to 'deploy' for better clarity - Added -m < /dev/null | --message flag support for custom commit messages - Support multiple -m flags for multi-line commit messages - Updated default commit message to reference deploy command 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
cli-v0.1.0
fix