cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
You'll need to point the Endpoint to your AI. This demos the ability to ask our docs a question. 
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...
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...
### Describe the solution you'd like As requested at https://github.com/temporalio/cli/pull/412#discussion_r1456300763
### Describe the solution you'd like As requested at https://github.com/temporalio/cli/pull/412#discussion_r1456214661
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 |...
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...
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...
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...
### 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...