- Added .actrc to .gitignore to prevent local configuration from being tracked.
- Updated cli-release.yml to specify paths for apps and packages, enhancing workflow triggers.
- Improved permissions in cli-release.yml for better access control.
- Enhanced update-brew-tap.yml with detailed summary creation for deployment results.
- Introduced README.md for GitHub Actions, providing usage instructions and supported platforms.
- Added deploy and dry-run actions for better deployment management.
- Updated error handling in CLI commands for clearer messaging and improved user experience.
- Bumped CLI version to 0.3.0 in package.json to reflect recent changes.
- Extract meaningful error messages from verbose SQL update failures
- Show cleaner error messages by default (without SQL query details)
- Add --verbose flag support to show full error details when needed
- Limit default error display to first 5 failures to avoid overwhelming output
- Add helpful tips to guide users when deployment errors occur
- Added command suggestions for available CLI commands, improving user experience.
- Implemented keyboard navigation for command selection using up/down arrows and tab for autocomplete.
- Integrated the `init` and `deploy` commands into the main command handling logic.
- Updated configuration loading to recursively find and validate `buster.yml` files, ensuring no duplicates are processed.
- Improved error handling and user feedback in the deploy command.