cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
Enable [reflection](https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md) on frontend service during `temporal server start-dev`
### Is your feature request related to a problem? Please describe. In order to be able to continue using my terminal, I have to add `> /dev/null 2>&1 &` like:...
### Is your feature request related to a problem? Please describe. When I run these commands, I get usage info: ``` temporal temporal operator temporal operator namespace ``` But when...
### Is your feature request related to a problem? Please describe. I can't tell from this:   * what envs I've created * what env properties I've set in...
If set, a browser window will be opened (or current one focused) at the UI page.
### What are you really trying to do? ### Describe the bug ``` {"level":"error","ts":"2023-02-22T08:56:41.887-0800","msg":"Operation failed with internal error.","error":"ListNamespaces operation failed. Failed to get namespace rows. Error: SQL logic error: no...
### Is your feature request related to a problem? Please describe. When I stop the dev server, I get error messages. This isn't terrible at the moment, since users have...
### Is your feature request related to a problem? Please describe. Server `--config` option, that was a directory expecting `temporal.yaml` and `temporal-ui.yaml` files, was not intuitive. It [was removed](https://github.com/temporalio/cli/pull/183) and...
### Is your feature request related to a problem? Please describe. Currently, when I start a WE with the same ID twice, the second time appears to succeed (prints info...
### Is your feature request related to a problem? Please describe. When I check to see if there's a default env and what the settings are, I get nothing when...