Is your feature request related to a problem? Please describe.
Customers often want to be able to take an exported event history (either self hosted or cloud) and view it after the fact for audit purposes. There currently isn't a great way of doing this easily, and the Temporal CLI would be a natural place for this.
Describe the solution you'd like
I'd like to be able to take a history export, download it, run the Temporal CLI with a flag --history and view it in the Temporal WebUI. This could either be part of the main CLI or a CLI extension. If a codec server is needed to decrypt, the mechanisms are already in place.
Is your feature request related to a problem? Please describe.
Customers often want to be able to take an exported event history (either self hosted or cloud) and view it after the fact for audit purposes. There currently isn't a great way of doing this easily, and the Temporal CLI would be a natural place for this.
Describe the solution you'd like
I'd like to be able to take a history export, download it, run the Temporal CLI with a flag
--historyand view it in the Temporal WebUI. This could either be part of the main CLI or a CLI extension. If a codec server is needed to decrypt, the mechanisms are already in place.