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: add latest flag to scale status to list only latest events #98

Closed jrasell closed 4 years ago

jrasell commented 4 years ago

Describe the solution you'd like. Sherpa internally has easy methods to list the latest scaling events for job groups without having to perform any addition iterations. It would be helpful to expose this to the user, so they are able to get a quick overview of the latest activities to have occurred, without having to iterate and analyse the standard scaling list output.