cli icon indicating copy to clipboard operation
cli copied to clipboard

Command-line tools for Dapr.

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

## Describe the proposal Add e2e tests for air gap installer feature Get any one of the released installer-bundles, use that to test the air gap installer feature in dapr...

P1
size/S
area/test/e2e
triaged/resolved

I recently completed my first deployment of Dapr onto our Kubernetes Cluster and wanted to do some tests against the Dapr apps. I was hoping to use invokeGet, invokePost and...

P2
pinned

## Describe the proposal In order to avoid downtime per #807 we need to be able to export the private key / root password for the auto-generated TLS certificate bundle....

area/cli
P1
size/S
triaged/resolved

## Expected Behavior As part of `installBinary` flow we should continue incase of any failures while removing downloaded archive from the default dapr bin path. We can report the error...

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

## Expected Behavior Pressing CTRL-C when running `dapr run` should send interrupt signals to both the application and daprd so that they shutdown gracefully. This would also allow daprd to...

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

## Expected Behavior A ctrl+c to the cli should immediately kill daprd and the app and return back to the promt. ## Actual Behavior Nothing happens on screen when the...

kind/bug
P1
pinned

## Describe the proposal Provide chocolatey package for install on Windows.

kind/feature
P2
triaged/resolved

## Describe the proposal Current CLI is not easy to develop Dapr user application because it always needs to have user app executable. The problem is that a developer always...

kind/feature
P2
pinned

Please support the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) on Linux/*nix systems. Right now `dapr` dumps its files in `~/.dapr` which is not nice for several reasons. If you think that splitting...

pinned

## Expected Behavior These commands should be independent of the platform that the run on, whilst currently they only work on Kubernetes. It should be; mtls expiry -k mtls export...

kind/bug
good first issue