Closed nickthecook closed 2 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.
ops -p some_action
ops --pretend some_action
It's easy to stick an echo in the command in ops.yml.
echo
ops.yml
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
, orops --pretend some_action
.