is there any cli command to run a dapr in background like docker -d
Open
pinned
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description

```
dapr run --dapr-http-port 3500 --app-id service2
```
is there any command to run in background mode or detached mode,
or how to deploy in production in detached mode
like docker run in background mode we add `-d`
doc:https://docs.dapr.io/zh-hans/reference/cli/dapr-run/
Contributor guide
Assessment
This issue has not been assessed yet.