-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[outputter] add sort option #21797
Copy link
Copy link
Closed
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.P3Priority 3Priority 3stale
Milestone
Metadata
Metadata
Assignees
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.P3Priority 3Priority 3stale
We have minions named by this scheme:
So I would like to get results sorted by minions id, but not by their response time.
Instead of this:
I want to get this:
Unfortunately there is not simple way to sort YAML with the help of *NIX utilities.