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

[Bug] Make it very clear in --help text which arguments / flags are required #485

Closed dandavison closed 4 months ago

dandavison commented 6 months ago

Currently, in the new CLI branch there are many cases where --flag flags are actually required. However, the --help test does not indicate this.

We should ensure that every command's --help text makes it extremely easy to see what the required positionals and flags are.