File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ To test out a snap-in version locally, follow the below steps:
26
26
27
27
This returns a public HTTP URL.
28
28
29
- 3 . Create a snap-in version with the ` testing_url ` flag set
29
+ 3 . Create a snap-in version with the ` testing-url ` flag set
30
30
31
31
```
32
- devrev snap_in_version create-one --path <template path> --create-package --testing_url <HTTP_URL>
32
+ devrev snap_in_version create-one --manifest <manifest path> --create-package --testing-url <HTTP_URL>
33
33
```
34
34
35
- Here, ` HTTP_URL ` is the publicly available URL from Step 2. The URL should start with ` http ` or ` https `
35
+ Here, ` HTTP_URL ` is the publicly available URL from Step 2. The URL should start with ` http ` or ` https ` . Do note that
36
+ the developer cannot use the ` path ` and ` testing-url ` flags together.
36
37
37
38
4 . Once the snap-in version is ready, create a snap-in, update, and activate it.
38
39
You can’t perform that action at this time.
0 commit comments