ActionHero v25.0.0-alpha.5 Release Notes
Release Date: 2020-12-08 // over 2 years ago-
- 👉 Use Commander for Actionhero CLI (#1670)
- Much simpler and clearer running of Actionhero CLI commands
- [BREAKING CHANGE] Commands now have optional
initialize
andstart
options, so you can opt-into initializing or starting your server as needed for your CLI command. The default is to initializeinitialize=true
but not start (start=false
) - [BREAKING CHANGE] Command names with spaces now have
-
. IE:actionhero generate action
is nowactionhero generate-action
, etc.
- 👉 Use Commander for Actionhero CLI (#1670)