cli
cli copied to clipboard
Command-line tools for Dapr.
## Describe the proposal There are a couple of warnings that can be seen in Azure auth and GCP auth for kubectl ```golang // deprecated in v1.22, remove in v1.25...
## Expected Behavior It should provide details of the error, stop processing further apps and exit the process. ## Actual Behavior When there is error in daprd startup, for example...
## Describe the proposal Today if you do the multi app run, e.g. on Workflow quickstart, it has some unexpected behaviors where the dapr console apps all complete and exit,...
If a downgrade is occurring for 1.12 to 1.11, delete the injector mutating webhook so that 1.11 helm chart installs correct CA bundle. Re-create webhook in the event of upgrade...
## In what area(s)? > /area runtime ## Describe the feature Please add support for envfile in the dapr multiapp run. Currently, it only supported environment variables within the yaml...
## Describe the proposal For now `//nolint: perfsprint` has been added in some files in CLI. Make changes in CLI to convert the fmt.Sprintf("%d)...) into `strconv.Itoa` and handle associated errors...
Please link to the [daprbot documentation](https://docs.dapr.io/contributing/daprbot/) inside the contributing.md file, so that users know what Github commands they can run in this repo. Based on the dapr-bot.yml they can run...
It would be nice to have an automated process that listens for a new tag to be pushed to the `dapr/kit` repo && `dapr/components-contrib` && `dapr/dapr` that updates the `go.mod`...
## Describe the proposal - [x] https://github.com/dapr/cli/issues/1220 - [x] https://github.com/dapr/cli/issues/1221 - [x] https://github.com/dapr/cli/issues/1228 - [x] https://github.com/dapr/cli/issues/1204 - [ ] https://github.com/dapr/cli/issues/1144 - [ ] https://github.com/dapr/cli/issues/1145 - [ ] https://github.com/dapr/cli/issues/1146 - [...
## Describe the proposal With introduction of `-stable` build flavor, add support for initializing the stable components only daprd binary from CLI. Add E2E for the same. Essentially we need...