cli
cli copied to clipboard
Command-line tools for Dapr.
## 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...
## Expected Behavior Add tests for `dapr dashboard` command.
## 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...
## Describe the proposal Support unix domain socket via CLI in Windows. Once support is added in runtime. ## Release Note RELEASE NOTE:
# 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...
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...
``` 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...
## 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...
## 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...
## 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....