jbrunton / gflows

A CLI tool that makes templating GitHub Workflows easy
MIT License
30 stars 3 forks source link

Consider whether to combine diff and check commands #23

Closed jbrunton closed 4 years ago

jbrunton commented 4 years ago

Potentially merge jflows check, jflows diff into jflows check (errors on failure) and jflows watch, with --diff options.

..although, it might also be nice to add a watch flag to jflows update, in which case it might make more sense to simply merge into jflows check and jflows check --watch. EDIT: actually, there's not much value in always updating the workflow files since you don't get useful feedback simply from updating them. The feedback comes from diff + check commands.

TODO: enumerate use cases (creating, validating, refactoring) and questions developer wants answered properly.

jbrunton commented 4 years ago

Removed diff command in #41