NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
280 stars 37 forks source link

krillc history details no longer works #1176

Open timbru opened 6 months ago

timbru commented 6 months ago

We used to have (long) unique keys for commands in the history and krillc would want them for:

krillc history details --key $key

This broke when we changed the command history to use a simple sequence number in 0.14.0. We should change the CLI and API to use a sequence instead.