add documentation for components path

This commit is contained in:
vinayada1 2020-06-03 13:55:01 -07:00
parent 9da489ba6e
commit 525e996b6f
1 changed files with 8 additions and 0 deletions

View File

@ -276,6 +276,14 @@ To list all Dapr components on Kubernetes:
$ dapr components --kubernetes
```
### Use non-default Components Path
To use a custom path for component definitions
```
$ dapr run --components-path [custom path]
```
### List Configurations