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

## Describe the proposal I want to pass customized headers to dapr app when run `dapr invoke`, but `dapr invoke` doesn't support now ## Release Note **ADD** Add --header/-H to...

good first issue
area/cli
P1
size/S
triaged/resolved
kind/proposal

Add flags to cover the functionality added in https://github.com/dapr/dapr/pull/5801.

P1
triaged/resolved
pinned
kind/enhancement-runtime-dependency
kind/proposal

## Expected Behavior When I run: ``` dapr init --image-registry example.io/jdoe/daprio --kubernetes --wait ``` I expect that all pods will use given image repository. ## Actual Behavior The `deploy/dapr-dashboard` is...

kind/bug
good first issue
area/cli
P1
triaged/resolved

For master branch version of CLI. ## Expected Behavior No flakiness ## Actual Behavior Flakiness in SelfHosted E2E https://github.com/dapr/cli/actions/runs/4002466272/attempts/1 ## Steps to Reproduce the Problem ## Release Note RELEASE NOTE:

kind/bug
P2
area/test/e2e
triaged/resolved

## Expected Behavior When you start an application with `dapr run -f .` then you can either exit from this with CTRL-C nor when the command finishes return to an...

kind/bug
area/cli
P1
size/XS
triaged/resolved

## Describe the proposal Currently the `dapr stop` command executes a `kill` command (or equivalent, for Windows) to stop a `dapr` or `daprd` process. However, this is asynchronous; the process...

good first issue
area/cli
P1
size/S
triaged/resolved
kind/enhancement

## Describe the proposal The issue #953 layout a proposal for using `resources-path` flag with `dapr run` instead of `components-path` flag and slowly deprecating it. In the similar context it...

area/cli
P1
size/S
triaged/resolved
kind/enhancement
kind/proposal

## Version This is with latest master build of CLI ## Expected Behavior When an application is run in golang using the go run command, and it is started using...

kind/bug
pinned

## Describe the proposal Running `dapr init` sets up a default state store "statestore" that is based on Redis. Redis has some issues when used as actor state store, so...

triaged/resolved
kind/proposal

## Expected Behavior I would like to think I should be able to ctrl-c to kill the `dapr run` process once I see an err. I don't really care to...

kind/bug
help wanted
good first issue
triaged/resolved