sandia-minimega / minimega

minimega
GNU General Public License v3.0
148 stars 66 forks source link

igor: Add -json flag to 'igor show' #1307

Closed mwisely closed 5 years ago

mwisely commented 5 years ago

Add option for JSON encoded output to igor show

This helps igor web get a list of reservations without worrying about file locking. Let igor handle that.

jcrussell commented 5 years ago

Neat. Any reason for not sorting the reservations before json encoding them?

mwisely commented 5 years ago

Nope, not at all. I'll move that sort call up.