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 Currently CLI depends on dapr runtime repo. There are situations where the code has changed in dapr repo which affects how that code is used in...

triaged/unresolved
pinned
kind/proposal

Add ProxyFromEnvironment in downloadFile method. This is a additional PR to [#1048](https://github.com/dapr/cli/pull/1048)

## Expected Behavior `dapr init` should create a default components folder `~/.dapr` ## Actual Behavior The `~/.dapr` folder is not created as part of `dapr init` Therefore `dapr run` fails...

kind/bug

Signed-off-by: Sarthak Sharma # Description Adding a flag to enable dynamic loading of components from components directory in standalone mode. ## Issue reference We strive to have all PR being...

## Describe the proposal Extend the `dapr dashboard version` with `dapr dashboard version -k` and allow users to query the version of dashboard in k8s installation of Dapr. ## Release...

good first issue
area/cli
size/XS
area/test/e2e
P3
triaged/resolved
kind/enhancement

## Describe the proposal This proposal derives from https://github.com/dapr/components-contrib/issues/1859, and the objective is to verify the locally installed linter's version matches that of the GitHub action. Refer https://github.com/dapr/components-contrib/pull/1861 ## Release...

good first issue
P2
size/XS
triaged/resolved
kind/enhancement
area/release-engineering

# Description Added `--wait` and `--timeout` flags to `stop` command to wait until apps exit cleanly and kill them forcibly after timeout expires ## Issue reference We strive to have...

stale

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

https://github.com/dapr/cli/blob/619cd9cd8479827666dca78942da959d349bd987/pkg/kubernetes/run.go#L333 While I understand the workaround of generating the deploymentspecs manually, seems like this is a simple thing that should be supported, especially as dapr init -k sets up a...

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

## Expected Behavior `dapr run` assigns two random free ports to the `HTTP` and `gRPC` interfaces, respectively, and starts without problems. ## Actual Behavior When only specifying an app `gRPC`...

kind/bug