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 This issue is a follow up on the [comment](https://github.com/dapr/cli/pull/1161#discussion_r1081706285) in PR #1161. Currently `dapr run -f` starts the apps in series one after the other and...

pinned
kind/enhancement

## Expected Behavior Add tests for `dapr dashboard` command.

kind/bug
good first issue
P1
size/S
area/test/e2e
triaged/resolved

## Describe the proposal My development environment uses `nerdctl`+`containerd` instead of `docker`, which makes dapr cli not work on my environment. Will `containerd` be added as a container runtime? I'd...

question
area/cli
P2
triaged/resolved
kind/enhancement
kind/proposal

## Describe the proposal Support unix domain socket via CLI in Windows. Once support is added in runtime. ## Release Note RELEASE NOTE:

area/cli
P2
size/S
area/test/e2e
triaged/resolved
kind/enhancement-runtime-dependency
kind/proposal

# Description - this pr changes `dapr init` behaviour to create `resources` dir instead of `components` and then creates a symlink `components` for `resources` directory. - if there is any...

pinned

Users should be able to use the Query API with the default Redis component that is initialized after running a `dapr init`. Today, users need to use a different state...

kind/feature
good first issue
P2
pinned

``` dapr run --dapr-http-port 3500 --app-id service2 ``` is there any command to run in background mode or detached mode, or how to deploy in production in detached mode like...

pinned

## Describe the proposal Enhance `dapr run` to have a `--detach` flag. Currently `dapr run` runs in the foreground and the user does not get to use the shell when...

area/cli
P2
size/S
triaged/resolved
kind/enhancement

## Describe the proposal This proposal is related to the [Dapr Compose](https://github.com/dapr/cli/issues/1123) feature work currently underway. Tooling that integrates the Dapr Compose feature will likely use Dapr to manage startup...

pinned
kind/proposal

## Describe the proposal Based on the functions available as part of `cmd/run.go`, refactor the run execution to use the same functions to spin up single daprd and app processes....

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