ActionHero v25.0.0-alpha.5 Release Notes

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

Previous changes from v25.0.0-alpha.4

    • ✅ Test mode still continues to use Typescript #1669
      • Fixes a bug introduced in #1668 - we want to still default to testing Typescript files