(please help me try it out!)
jhack imatrix view --simple
: more compact output format, necessary for large models where the tabular matrix option becomes unpractical
jhack imatrix view --hide-active
: hides all active relations, only showing the inactive (potential) connections.
cat ./jdl.txt > jhack tail
: you can now pipe juju debug-log files straight into jhack tail. If you’re looking for interlacing/combining multiple logfiles, you’ll still need to use the--file
option for now. (unless @ca-scribner wants to contribute an update?)
jhack utils this-is-fine myapp
: watches all units ofmyapp
, and as soon as one goes to error state, runsjuju resolve myapp/X
. You think this is naughty? Wait until you see the--no-retry
flag!
Happy hacking!