cli
cli copied to clipboard
Command-line tools for Dapr.
## 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:
## 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...
## 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...
## 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...
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...
## 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....
## 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...
## 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...
# 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...
## 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...