drunomics / phapp-cli

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

Improve phapp command script execution #4

Closed fago closed 3 years ago

fago commented 7 years ago
fago commented 6 years ago

Phapp environment variables should be available to command scripts.

done.

fago commented 6 years ago

Make command arguments and options available as bash variables

They are not really any we can expose right now.

Command scripts specified in phapp.yml should be executed via /bin/bash (configurable via global config).

That's done, but /bin/bash needs to become configurable still.

fago commented 3 years ago

That's done, but /bin/bash needs to become configurable still.

it acutally is.

https://github.com/drunomics/phapp-cli/blob/master/defaults/config.defaults.yml#L6