Consistently sort output of Nomad CLI #13711
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/cli
type/enhancement
Proposal
The output of
nomad server members
andnomad node status
is sorted alphabetically by Name, butnomad operator raft list-peers
does not seem to be sorted, or at least not by Node. I think it would make sense that CLI output is sorted by Name/Node consistently.Use-cases
This would make it easier to find a particular node within the output of the CLI.
Attempted Solutions
nomad operator raft list-peers | sort
kind of works, but it's not a great solution. 😄The text was updated successfully, but these errors were encountered: