From 525e996b6f4199f42f6ba1e173991218c90fbb4e Mon Sep 17 00:00:00 2001 From: vinayada1 <28875764+vinayada1@users.noreply.github.com> Date: Wed, 3 Jun 2020 13:55:01 -0700 Subject: [PATCH] add documentation for components path --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de78f02a..e38f41dc 100644 --- a/README.md +++ b/README.md @@ -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