Skip to content

Commit 99fb695

Browse files
authored
fix: local testing doc (#62)
1 parent 8af5758 commit 99fb695

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fern/docs/pages/testing.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ To test out a snap-in version locally, follow the below steps:
2626

2727
This returns a public HTTP URL.
2828

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
3030

3131
```
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>
3333
```
3434

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

3738
4. Once the snap-in version is ready, create a snap-in, update, and activate it.
3839

0 commit comments

Comments
 (0)