Enhance `dapr run` to have a detached mode
Open
area/cli
kind/enhancement
P2
size/S
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
## Describe the proposal
Enhance `dapr run` to have a `--detach` flag. Currently `dapr run` runs in the foreground and the user does not get to use the shell when `dapr run` is also run in that shell. This proposal is to allow `dapr run` to be detached and run only the application and the associated `daprd` for it
Related to #1123
Can be picked up after #1145 and #1146 are complete
## Release Note
RELEASE NOTE:
Contributor guide
Assessment
This issue has not been assessed yet.