cli icon indicating copy to clipboard operation
cli copied to clipboard

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal

Results 144 cli issues
Sort by recently updated
recently updated
newest added

### Describe the bug I've created an integration test for Temporal for NixOS over at: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/temporal.nix This creates a fresh Temporal server in a VM, and then in the `testScript`...

bug

## What was changed Added a nix flake with: 1. A devShell with all the tools in the correct versions for development 2. A nix derivation for the cli that...

### What are you really trying to do? Use `temporal` to connect to the frontend via gRPC. ### Describe the bug Using `temporal` to talk to the frontend gives `context...

bug

### Describe the solution you'd like From user request at https://github.com/temporalio/features/issues/703.

enhancement

### Describe the solution you'd like Support nix package similar to #317 or #816 or others. A PR was opened at #814 with much of the work already.

enhancement

## Summary - `.github/workflows/ci.yaml`: Set workflow-level permissions so the GITHUB_TOKEN only reads repository contents and retains actions write access needed for artifact uploads. - `.github/workflows/goreleaser.yml`: Declared workflow permissions granting contents...

## What was changed * Add "--restore-options" flag to both `temporal activity reset` and `temporal activity update-options` * Change/fix shortened commands for "activity-id" and "activity-type" parameters. * Reordered parameters validation...

### What are you really trying to do? During some performance testing we ran into an issue and had to stop the test. We were left with about 30 million...

bug

### Is your feature request related to a problem? Please describe. When using the Temporal Typescript SDK, and starting a local workflow environment for local development with: ``` TestWorkflowEnvironment.createLocal(...) ```...

enhancement

### Describe the solution you'd like Support apt package similar to #317 or #815 or others.

enhancement