cli
cli copied to clipboard
Enhance `dapr run` to have a detached mode
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:
Ideally this issue https://github.com/dapr/cli/issues/1176 needs to be addressed before adding a detached mode for normal dapr run
.