nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Add debug option to print action instead of running it #51

Closed nickthecook closed 2 years ago

nickthecook commented 4 years ago

For debugging, it would be handy to be able to see what command is run by an action, with all the variables resolved.

Something like ops -p some_action, or ops --pretend some_action.

nickthecook commented 2 years ago

It's easy to stick an echo in the command in ops.yml.