cli
cli copied to clipboard
Command-line tools for Dapr.
## 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...
Add flags to cover the functionality added in https://github.com/dapr/dapr/pull/5801.
## 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...
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:
## 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...
## 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...
## 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...
## 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...
## 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...
## 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...