cli icon indicating copy to clipboard operation
cli copied to clipboard

Command-line tools for Dapr.

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

## Describe the proposal Related to #1123 Enhance the run template to have a `depends_on` field and run apps in parallel ## Release Note RELEASE NOTE:

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

## Describe the proposal 1. Make all E2E tests run using `GHCR` by default. 2. Have a separate run for all `dapr init` tests (normal init, init with mariner, init...

P2
size/S
area/test/e2e
triaged/resolved
kind/proposal

## Describe the proposal The default helm release name is "dapr" and all CLI commands depend on that. This proposal is to allow users to be able to specify a...

help wanted
good first issue
area/cli
P2
size/S
triaged/resolved
kind/enhancement

## Describe the proposal Dapr should provide a container which contains the dapr cli preinstalled on it. A usecase may be when you want to run a kuberentes job using...

discussion
pinned
kind/proposal

Perhaps it is something I am doing, but attempting to install dapr at a specific version throws the following error: ```powershell PS C:\Users\josh> powershell -Command "$script=iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1; $block=[ScriptBlock]::Create($script); invoke-command...

pinned

## Describe the proposal Some changes like https://github.com/dapr/cli/pull/1310, require stopping/starting the container runtime to test CLI's behavior. This issue is to allow such behavior from the standalone e2e test framework....

P2
area/test/e2e
triaged/resolved

## Describe the proposal To enhance the user experience of `dapr list` output. We can provide groupings of apps which are started together with a particular run file via `dapr...

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

## Describe the proposal 1. Right now under the `cli/development.md` we do not have a supporting guide to run the E2E test. This includes maybe the command used to run...

kind/documentation
good first issue
size/XS
triaged/resolved

# Description For #1232 add containerd runtime support. ```bash # Install Dapr >>> dapr init --container-runtime containerd --network mynet ⌛ Making the jump to hyperspace... ℹ️ Container images will be...

pinned

## Describe the proposal Enhance `dapr run` to store logs temporarily for any run Currently the logs are only directly output to STDOUT and not written to a file. So...

P2
size/S
triaged/resolved
kind/enhancement