jrasell / sherpa

Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Mozilla Public License 2.0
163 stars 8 forks source link

cmd: scale status list should sort the events by time #97

Closed jrasell closed 4 years ago

jrasell commented 4 years ago

Is your feature request related to a problem? Please describe. Currently the list output from scale status is not sorted, which makes looking through them difficult and time consuming.

Describe the solution you'd like. The output from scale status should be ordered by time, newest -> oldest to make it much easier for users to interact with.