Skip to content

Commit

Permalink
Add note explaining preview params are optional (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman authored Oct 24, 2024
1 parent a0f671c commit ec449f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/docs/guides/flavors/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ shorebird preview --app-id ee322dc4-3dc2-4324-90a9-04c40a62ae76 --release-versio
shorebird preview --app-id 904bd3d5-3526-4c1c-a832-7ac23c95302d --release-version 1.0.0+1
```

:::note

`--app-id` and `--release-version` are optional parameters. If not provided, you
will be prompted to select the app and release version interactively.

:::

This will download the releases and run them on your device.

In addition to previewing the releases locally, you should also [submit the
Expand Down
7 changes: 7 additions & 0 deletions src/content/docs/guides/flavors/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ shorebird preview --app-id ee322dc4-3dc2-4324-90a9-04c40a62ae76 --release-versio
shorebird preview --app-id 904bd3d5-3526-4c1c-a832-7ac23c95302d --release-version 1.0.0+1
```

:::note

`--app-id` and `--release-version` are optional parameters. If not provided, you
will be prompted to select the app and release version interactively.

:::

This will download the releases and run them on your device.

In addition to previewing the releases locally, you should also [submit the
Expand Down

0 comments on commit ec449f3

Please sign in to comment.