blob: a7c0fdb8da42bf8574f5af6c2d21436baa37e0de [file] [log] [blame]
#!/bin/bash
salt-call state.show_highstate --out yaml > ./highstate
python salt-state-graph.py < ./highstate > ./highstate.dot
dot -Tpng < ./highstate.dot -o ./highstate.png
dot -Tsvg < ./highstate.dot -o ./highstate.svg