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
247 stars 34 forks source link

Remove deprecated positional arguments #514

Open josh-berry opened 5 months ago

josh-berry commented 5 months ago

In #343, we deprecated some positional arguments in favor of flags. After enough time has passed (TBD what "enough" means), we should remove the positional forms.

Filing this now so we remember to do so later.