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