Enhance `ls-id` (or merge functionality into `ls`)

Labels: area/cli

Timeline

Michael Muré (MichaelMure) commented

Reflecting a bit on this, it make sense to have a ls formatter spewing only IDs, it avoids the need to do pipe handling, and it's a kinda more natural concept: "just format ls the way you want", rather than polluting the entity namespace.

Not a fan of -f quiet though, let's call it -f id.

Steve Moyer (smoyer64) commented (edited)

Seems like part of my CLI duties ;) ... I could take care of this on Monday (8/29). What should we do with ls-id? Delete it and put a deprecation note in the help that points the user to ls -f id?

Michael Muré (MichaelMure) added label area/cli

Michael Muré (MichaelMure) commented

Cobra has a deprecation feature on commands, we can use that to keep it around for some time.

Michael Muré (MichaelMure) closed the bug