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 Today Windows uses named events to kill the CLI process in Windows when `dapr stop` is used. https://github.com/dapr/cli/blob/6d3026b0cc237b6fc74353ed883846594dca22ab/cmd/shutdown_windows.go#L33-L41 Unlike Linux/Darwin, independent Daprd processes cannot be killed...

P1
pinned

# Description 1. support `dashboardLocalPort` set to `0` 2. update `pf.LocalPort` when `PortForward` is `Ready` ## Issue reference Please reference the issue this PR will close: #_[863](https://github.com/dapr/cli/issues/863)_ ## Checklist Please...

## Expected Behavior Launch a Dapr sidecar that will listen on port 3500 for a blank application named myapp: ## Actual Behavior As per the getting started docs, After running...

kind/bug
not-reproducible

## Describe the proposal As it exists placement binary is downloaded and installed in slim init mode, and a proposal have been created for sentry for the same behavior.https://github.com/dapr/cli/issues/1031 With...

kind/feature
good first issue
area/cli
P2
size/M
triaged/resolved

## Describe the proposal Related to https://github.com/dapr/dapr/issues/4924 For users wanting to use sentry in self-hosted mode, they have to manually download the sentry version start it and then use it....

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

## Describe the proposal As it exists, in `dapr annotate` command, we have a flag defined for each annotation. That in itself has defined a huge number of flags for...

kind/feature
good first issue
area/test
area/cli
P1
breaking-change
area/test/e2e
triaged/resolved

## Describe the proposal In standalone mode, it'd be nice to have `podman` support in `dapr` (and perhaps `daprd`) at least for `dapr init` and basic `dapr run` use cases....

kind/feature
area/test
area/cli
P2
size/M
triaged/resolved

## Describe the proposal The Dapr CLI E2E tests are intended to tests the execution of dapr CLI commands and their effects. For example `dapr init` installs a particular version...

P2
area/test/e2e
triaged/unresolved
pinned
area/release-engineering

## Describe the proposal Starting with Dapr 1.8, we will have Mariner-based Docker images for Linux, whose tag ends in `-mariner` (e.g. `dapr-mariner`). Although optional, we should have a way...

good first issue
P1
triaged/resolved
kind/enhancement-runtime-dependency

With the addition of [default policies](https://github.com/dapr/dapr/pull/4906), Dapr should scaffold a default resiliency.yaml that includes "smart default" policies for each target type - apps, actors and components (inbound and outbound) when...

area/cli
P1
size/S
discussion
pinned
kind/enhancement