Commit Graph

2 Commits

Author SHA1 Message Date
Rick Izzo 98bcb3df2c
Parse all lines in app file looking for shebangs to run commands. (#15714)
fixed command parsing so that all lines in the file are parsed
2022-11-17 22:23:26 +00:00
Rick Izzo 10b945bcc1
Run Command from App Comments (#15577)
* initial work

* this seems to work well

* added example test

* updated docs & logging

* fixed errors

* fix typing error

* now using the --setup flag to decide if we should execute app comment commands or not

* updated tests

* added tests

* added test to ci

* fixed failing tests

* code review

* updates
2022-11-09 09:45:38 -05:00