temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
252 stars 38 forks source link

Add operator cluster commands #460

Closed Quinn-With-Two-Ns closed 8 months ago

Quinn-With-Two-Ns commented 8 months ago

What was changed

Add some operator cluster commands

Why?

Parity with old CLI

  1. How was this tested: Integration tests added for new commands

Doesn't fully implement all operator cluster commands, since those are much more painful to test so I pulled out the simple ones first.