I’m trying to do some scripting around balena deploy
, and I’d like to be able to get the commit hash of the newly created commit. Is there any option better than tee
ing its output and grep
ping the resulting logfile?
I’m trying to do some scripting around balena deploy
, and I’d like to be able to get the commit hash of the newly created commit. Is there any option better than tee
ing its output and grep
ping the resulting logfile?