godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Support alternative sort methods of stages #36

Closed arnarg closed 5 years ago

arnarg commented 5 years ago

Start of #35

Will probably need to be set in config file. Although darch stage list and darch stage upload could also have cli flags but I'm not sure how they should look like.

sort that takes strings (name, age) and a boolean desc to activate descending order?

pauldotknopf commented 5 years ago

I'm not a fan of the CLI flags, because it would also need to be on stage tagging/uploading/removing.

We need a /etc/darch/config.toml to load for the sort order.

arnarg commented 5 years ago

Yeah that's fair.