tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊

Home Page:https://tempest.stitcher.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global console options

brendt opened this issue · comments

It'd be nice to have some global console options available for all commands:

  • A way to mark a command as "dangerous", which will add an automatic confirmation check and a --force flag in production environments when enabled
  • A -v flag that will print out verbose exception output

I think I have some cool ideas about this - will send a PR later this week

Hey @brendt, I created a quick proof of concept PR - lemme know what you think!