cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.19.0. Commits cabba82 windows: use uint32 for serial comm flags for consistency 1a50d97 windows: add serial comm functions 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
Bumps [github.com/temporalio/ui-server/v2](https://github.com/temporalio/ui-server) from 2.21.3 to 2.25.0. Release notes Sourced from github.com/temporalio/ui-server/v2's releases. v2.25.0 2024-03-12 - 476ae7c65 - Update version.go to v2.25.0 (#1906) 2024-03-12 - 8ae9a636d - Small Holocene fixes (#1904)...
### Trying to update Schedule's memo with CLI ### Describe the bug Doing `temporal schedule update --schedule-id ... --memo $KEY=$VALUE` does not update the memo of the Schedule. ### Minimal...
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...
### Is your feature request related to a problem? Please describe. I have to rerun `temporal server start-dev` every time the terminal gets closed or I restart my machine. It...
We should explore whether we want to combine the `workflow reset` and `workflow reset-batch` commands. AFAIK, they do the same thing, and the only difference is whether they operate on...
## What was changed * Added `temporal cloud login` which by default opens browser and persists token to disk * Added `temporal cloud logout` which by default removes file and...
Allow creating search attributes the same way dev server allows creating namespaces.
Currently, DescribeTaskQueueResponse contains more information that is displayed by `tctl tq describe`. I think it would be nice to show all of it in UI/CLI. An additional piece of information...