Skip to content

fix: local testing doc #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions fern/docs/pages/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ To test out a snap-in version locally, follow the below steps:

This returns a public HTTP URL.

3. Create a snap-in version with the `testing_url` flag set
3. Create a snap-in version with the `testing-url` flag set

```
devrev snap_in_version create-one --path <template path> --create-package --testing_url <HTTP_URL>
devrev snap_in_version create-one --manifest <manifest path> --create-package --testing-url <HTTP_URL>
```

Here, `HTTP_URL` is the publicly available URL from Step 2. The URL should start with `http` or `https`
Here, `HTTP_URL` is the publicly available URL from Step 2. The URL should start with `http` or `https`. Do note that
the developer cannot use the `path` and `testing-url` flags together.

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

Expand Down
Loading