You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ Launch Dapr and your app:
448
448
dapr run --app-id nodeapp --app-port 3000 node app.js
449
449
```
450
450
451
-
Note: To choose a non-default resources folder, use the --resources-path(--components-path is deprecated) option.
451
+
Note: To choose a non-default resources folder, use the --resources-path option (--components-path is deprecated, see https://github.com/dapr/cli/issues/953 for more information).
452
452
453
453
Invoke your app:
454
454
@@ -566,8 +566,8 @@ To use a custom path for component definitions
566
566
567
567
```bash
568
568
dapr run --resources-path [custom path]
569
-
> Note: --components-path flag is deprecated. It will continue to work until it is removed completely.
570
569
```
570
+
> Note: --components-path flag is deprecated. It will continue to work until it is removed completely. See https://github.com/dapr/cli/issues/953 for more information.
0 commit comments