Guard 3.0.68
Guard 3.0.68 is a stable release cut from 26dc533.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.67.
Features
- extensions: Add Laravel Artisan command safety extension (#2761)
- Adds
command.framework.laravel, a new built-in command safety extension that reviews destructive Laravel Artisan operations:db:wipe,migrate:fresh,migrate:reset/migrate:refresh,migrate:rollback, and… - Covers direct
artisanand interpreter-wrappedphp artisanlaunch forms — including PHP interpreter options such as-d/-cand relative or absoluteartisanscript paths — plus portable.cmd/.exelaunchers… - Declares safe counterparts for
--help/-hand the documented migration--pretenddry-run flag, keeping read-only commands likemigrate:statusnon-reviewable
- Adds
Install
Install this release:
uv tool install "hol-guard[cisco]==3.0.68"Full changelog: v3.0.67...v3.0.68
Thanks @kantorcodes!