for example, I use it a lot to catch up on some highstates that were too long to display (or for some reason the return got lost in sync).
salt-run jobs.list_jobs state.highstate
would be nice.
But maybe we need something generic like
salt-run jobs.list_jobs func=state.highstate
salt-run jobs.list_jobs tgt=hostname
salt-run jobs.list_jobs user=bob
yet another thought : maybe what I'm looking for is a combination of :
- salt-run jobs.list_jobs
- find last state.high_state jid
- pipe it to salt-run -d jobs.lookup_jid
Would :
salt-`run jobs.lookup_latest_func state.highstate
be useful to anyone else but me ?
for example, I use it a lot to catch up on some highstates that were too long to display (or for some reason the return got lost in sync).
would be nice.
But maybe we need something generic like
yet another thought : maybe what I'm looking for is a combination of :
Would :
be useful to anyone else but me ?