Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: debug decode-key to support base64
Previously decode-key supported hex encoded keys. When using json serialization of descriptors and recovery plans you need to decode keys that are base64 encoded and may be non mvcc. This patch adds flags to select formats and keys types to the decoded. The default mode stays the same so any existing tooling will work as expected. Release note: None
- Loading branch information