drunomics / phapp-cli

Standardized console commands for managing PHP applications.
MIT License
7 stars 3 forks source link

Support definition of custom commands #3

Open fago opened 7 years ago

fago commented 7 years ago

Extend phapp.yml to support definition of custom per-phapp commands. Prefix them to avoid name collisions, e.g. via ":command".

fago commented 3 years ago

by doing https://github.com/drunomics/phapp-cli/issues/28#issuecomment-896127703 a phapp built-in command does not really differ from a custom command any more - it just runs the given command with bash with a possibly initialized environment, via "phapp environment"

Given that, we don't need to prefix custom commands any more.