cli
cli copied to clipboard
Command-line tools for Dapr.
## Describe the proposal Dapr CLI supports two container runtimes, Docker and Podman. For Podman to work, the fully qualified names for the container registries are required. See https://unix.stackexchange.com/questions/701784/podman-no-longer-searches-dockerhub-error-short-name-did-not-resolve-to-an When...
## Describe the proposal Automate self hosted e2e to be run against podman in Linux. It is currently run only against docker in Linux and podman in macOS. ## Release...
i have a redis now , i want run `dapr init` to use my exist redis,is there any idea? or how to change the redis port by run dapr init?...
## Describe the proposal Currently in standalone mode dapr cli will install the dapr runtime binaries into $HOME/.dapr. However, in some environments $HOME is readonly or os.UserHomeDir() can fail (e.g....
## Describe the proposal Investigate how to automate Msi installer based installation. ## Release Note RELEASE NOTE:
## Describe the proposal Whenever a new `dapr` command, check for updates to the CLI version or the runtime version on the fly and recommend upgrading to the newest version...
## Describe the proposal Currently a lot of commands in the dapr cli have a myriad of flags/environment variables and defaults and further more, more issues are there in the...
## Describe the proposal Today Windows E2E tests run in slim mode because of our limitation to use Docker containers in Windows GH runner. This is an issue to investigate...
## Describe the proposal This proposal came from a conversation on Discord. A user had issues with a Dapr component, and it turned out that they had misspelled a metadata...
# Description Currently in standalone mode dapr cli will install the dapr runtime binaries into $HOME/.dapr. However, in some environments $HOME is readonly or os.UserHomeDir() can fail (e.g. AWS Lambda)....