cli icon indicating copy to clipboard operation
cli copied to clipboard

Command-line tools for Dapr.

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

Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.19 to 2.0.21. Release notes Sourced from github.com/lestrrat-go/jwx/v2's releases. v2.0.21 07 Mar 2024 [Security] [jwe] Added jwe.Settings(jwe.WithMaxDecompressBufferSize(int64)) to specify the maximum size of a decompressed JWE payload....

dependencies

## Expected Behavior Both of the following commands should work: `dapr init --runtime-version=nightly-2024-02-03` `dapr init -k --runtime-version=nightly-2024-02-03` ## Actual Behavior ```txt $ dapr init --runtime-version=nightly-2024-02-03 ⌛ Making the jump to...

kind/bug

Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.14.0 to 2.15.2. Release notes Sourced from github.com/cloudevents/sdk-go/v2's releases. Release v2.15.2 What's Changed Patch for a potential security issue. See CVE-2024-28110. Note: this could be a breaking...

dependencies

## Describe the proposal We should add the `invoke` cmd on kubernetes mode. As an example we can add kubernetes mode to `dapr invoke` use `-k` flag : ``` ./dapr...

## Describe the proposal Dapr 1.13 is introducing the SQLite name resolver. We should make that the default one for the local development experience, replacing mDNS. In fact, the mDNS...

stale
kind/proposal

# Description Add support for local Helm repo paths through the already existing `DAPR_HELM_REPO_URL` env flag. By creating two symlinks that point to `charts` directory of each project we're now...

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.1 to 3.14.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.14.2 is a security (patch) release. Users are strongly recommended to update to this release. A Helm...

dependencies

when running dapr init for first time on my machine i get the following error Microsoft Windows [Version 10.0.22631.3227] (c) Microsoft Corporation. All rights reserved. C:\Users\a>dapr init --dev Making the...

kind/bug

## Describe the proposal dapr should have a global -o/--output json so all commands format as json example dapr status -k -o json

kind/proposal

when using multi-app run `dapr run -f .` you can set environment variables in dapr.yaml: ``` version: 1 apps: - appID: api appDirPath: ./services/api/ env: MYAPP_API_PORT: 3000 command: ["yarn","run", "start"]...

kind/bug
help wanted
good first issue
P1
triaged/resolved
pinned