Release Notes
- A default configuration file is now created if it doesn't exist
- The default suggest mode is now
clipboard
instead of unsafe-execution
- The
suggest
subcommand now supports an --output-only
flag to skip the interactive prompts (revisions and execution)
- A
--config
flag is now supported for all subcommands, where you can specify a custom configuration file
- Improved error messages (a lot more work is required)
- Under the hood:
- Added integration with the orch library
- Added basic integration tests
- Improved CI
Install magic-cli 0.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/guywaldman/magic-cli/releases/download/0.0.3/magic-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/guywaldman/magic-cli/releases/download/0.0.3/magic-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install guywaldman/tap/magic-cli
Download magic-cli 0.0.3