cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
### Describe the solution you'd like Prefix the cluster ID (persisted or not) with something like "dev-server-" or make the VIS "product" the `temporal-dev-server`. Also allow the cluster ID (persistent...
## What was changed - Remove redirect rule reference in `commit-build-id`, fix spelling - Improve `--select-build-id` flag description ## Why? - `commit-build-id` does not touch redirect rules, only assignment rules...
A few things I'd like to do to the output of `--help` to make it more readable (not sure if this should be one or multiple tickets): - Wrap output...
### What are you really trying to do? As the description says. This may apply in other situations, too—any situation in which we wrap typed search attributes inside another object...
We are trying to build the Temporal Server, SDK, and other temporal components for FreeBSD. With the collaboration of the Temporal Server and SDK team, we have successfully built and...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
After some head-scratching regarding inconsistent whitespace in JSON output, @cretz determined that the problem was the deliberate injection of random whitespace here: https://github.com/protocolbuffers/protobuf-go/commit/582ab3de426ef0758666e018b422dd20390f7f26 (The random bool they use is constant...
Take an editorial pass at the `--help` text output for every command. The meta-goal is to provide help output that is polished, consistent, and comprehensive. More specific goals for this...
### Is your feature request related to a problem? Please describe. Some use camel case (`type` has values like `FirstWorkflowTask`), others use snake case (`reject-condition` has `not_open`), some capitalize the...
## What was changed Added a new global RPC timeout for within a context. ## Why? A slow remote codec can cause timeouts ## Checklist 1. Closes #648 2. How...