Commit Graph

8 Commits

Author SHA1 Message Date
Nate Kelley 55d873ee2d
Added better formatting for cli package and updated versions to match workspace 2025-09-05 11:39:43 -06:00
Nate Kelley 01130b9d7d
udpate imports 2025-09-05 11:29:29 -06:00
dal 17b06b97e7
Update GitHub Actions and CLI configuration
- 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.
2025-09-04 11:21:47 -06:00
dal 2b2c867dab
typescript commands 2025-09-04 08:47:56 -06:00
dal 80f2eacbee
updates 2025-09-04 07:22:35 -06:00
dal 7bfa36570b
no multi model files 2025-09-03 15:48:17 -06:00
dal 551ef41f8c
feat(cli): improve error messaging for deploy command failures
- 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
2025-09-03 15:21:05 -06:00
dal 25da441517
Add init command and enhance deploy command options
- Introduced `init` command to initialize a new Buster project.
- Updated `deploy` command options to clarify the path description.
- Removed unused options from the deploy command.
- Refactored deployment logic to improve error handling and response processing.
- Enhanced configuration loading to ensure required fields are validated.
- Added spinner component for better user feedback during loading states.
2025-09-03 14:55:40 -06:00