cli icon indicating copy to clipboard operation
cli copied to clipboard

Enhance `dapr run` to have a detached mode

Open mukundansundar opened this issue 2 years ago • 1 comments

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:

mukundansundar avatar Dec 06 '22 13:12 mukundansundar

Ideally this issue https://github.com/dapr/cli/issues/1176 needs to be addressed before adding a detached mode for normal dapr run.

mukundansundar avatar Feb 15 '23 06:02 mukundansundar