mirror of https://github.com/dapr/docs.git
add --dev example to cli init docs
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
b893518a93
commit
443bc6bb0e
|
@ -162,6 +162,12 @@ dapr uninstall --all --network mynet
|
|||
dapr init -k
|
||||
```
|
||||
|
||||
Using the `--dev` flag will initialize dapr in dev mode which includes Zipkin and Redis.
|
||||
```bash
|
||||
dapr init -k --dev
|
||||
```
|
||||
|
||||
|
||||
You can wait for the installation to complete its deployment with the `--wait` flag.
|
||||
The default timeout is 300s (5 min), but can be customized with the `--timeout` flag.
|
||||
|
||||
|
|
Loading…
Reference in New Issue