cli
cli copied to clipboard
Command-line tools for Dapr.
## Describe the proposal This proposal is to add a `dapr subscribe` command, a counterpart for the existing `dapr publish` command. This will be useful in development scenarios which allows...
## Describe the proposal Enhance `dapr logs` to view logs in self hosted mode. Currently with #1123 , logs for multiple apps will only be written to files and not...
# Description Added the new Holopin cli badge. ## Issue reference Please reference the issue this PR will close: #1398 ## Checklist Please make sure you've completed the relevant tasks...
## Expected Behavior When `dapr init` works when using the default docker context in OSX (socket located in `///Users//.docker/run/docker.sock`) ## Actual Behavior When installing and initializing the Dapr CLI, if...
# Description This implements an initial packaging workflow for pushing to the Chocolatey community repo when a release is tagged. The `CHOCOLATEY_TOKEN` is required to be set prior to merging...
Update the `.github/holopin.yaml` file with the following info to set the default [Holopin badge](https://www.holopin.io/sticker/clutq4bgp107990fl1h4m7jp3b) for this repo: ```yaml organization: dapr defaultSticker: clutq4bgp107990fl1h4m7jp3b stickers: - id: clutq4bgp107990fl1h4m7jp3b alias: cli-badge ``` Once...
## Describe the proposal https://github.com/dapr/cli/blob/619cd9cd8479827666dca78942da959d349bd987/cmd/run.go#L331 use the app name instead of a hardcoded string that is common across all apps. This is especially annoying in self hosted/local mode when multiple...
## Expected Behavior The scheduler should be started when using `dapr init`. ## Actual Behavior ``` C:\Users\#>dapr init --runtime-version 1.14.0-rc.1 Making the jump to hyperspace... Container images will be pulled...
# Description There are issues in my PR here https://github.com/dapr/cli/pull/1412 that I've addressed in this open PR. ## Issue reference We strive to have all PR being opened based on...
# Description Related to efforts to improve security vulnerabilities. Other efforts below that are related: https://github.com/dapr/dapr/pull/7681 https://github.com/dapr/components-contrib/pull/3390 ## Issue reference We strive to have all PR being opened based on...