When doing credstash list, I only really want to see the latest version of each secret. The current output of credstash list is something I'd expect to get out of credstash list --verbose or credstash list --all.
While https://github.com/fugue/credstash/pull/148 doesn't technically address this issue, does it essentially achieve what you wanted? Or do you still want to get a list of the latest version of every secret?
When doing
credstash list
, I only really want to see the latest version of each secret. The current output ofcredstash list
is something I'd expect to get out ofcredstash list --verbose
orcredstash list --all
.Thanks!