add --dev example to cli init docs

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-02-09 14:19:05 +00:00
parent b893518a93
commit 443bc6bb0e
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 6 additions and 0 deletions

View File

@ -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.