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

You'll need to point the Endpoint to your AI. This demos the ability to ask our docs a question. ![demo](https://github.com/temporalio/cli/assets/64233065/da153d7e-a9e7-436e-82d2-26f2ea0c843f)

Workflow input payload supports options including ``` -i, --input stringArray Input value (default JSON unless --input-payload-meta is non-JSON encoding). Can be given multiple times for multiple arguments. Cannot be combined...

enhancement

Bumps [go.temporal.io/api](https://github.com/temporalio/api-go) from 1.26.0 to 1.26.1. Release notes Sourced from go.temporal.io/api's releases. v1.26.1 Introduced protos for exporting workflow execution history Replaced gogo/protobuf with google/protobuf Commits 50b8390 Fix handling of binary/null...

dependencies

### Describe the solution you'd like As requested at https://github.com/temporalio/cli/pull/412#discussion_r1456300763

enhancement

### Describe the solution you'd like As requested at https://github.com/temporalio/cli/pull/412#discussion_r1456214661

enhancement

Vulnerable Library - go.temporal.io/server-v1.22.4 Path to dependency file: /go.mod Path to vulnerable library: /go/pkg/mod/cache/download/modernc.org/libc/@v/v1.24.1.mod Found in HEAD commit: 4832f4cd789d68b6ed3c26a7d86a4fd871ea0bae ## Vulnerabilities | CVE | Severity | CVSS | Dependency |...

Mend: dependency security vulnerability

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.21.0/v0.46.0/v0.15.0/v0.1.0 Added Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108) Add "go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher...

dependencies

As discussed [in this PR comment](https://github.com/temporalio/cli/pull/412#discussion_r1457975454), we should give users a way to omit the headers when outputting tables in text mode, to make it easier to consume `temporal`'s text...

enhancement

### Describe the bug When setting `--codec-endpoint` it appears to set a custom data converter globally for a few uses, but we need to make sure it's used for all...

bug