Skip to content
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

document --firefox-preview option for web-ext run #1339

Merged
merged 4 commits into from
Jun 21, 2022
Merged
Changes from 2 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
13 changes: 11 additions & 2 deletions src/content/documentation/develop/web-ext-command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ contributors:
noraj,
akhilpanchal,
ankushduacodes,
willdurand,
]
last_updated_by: caitmuenster
date: 2021-08-11
last_updated_by: willdurand
date: 2022-06-17
---

<!-- Page Hero Banner -->
Expand Down Expand Up @@ -239,6 +240,14 @@ web-ext run --target=firefox-android --firefox-apk=org.mozilla.firefox

Environment variable: `$WEB_EXT_FIREFOX_APK`

#### `--firefox-preview`

Turn on developer preview features in Firefox. This option accepts multiple values, although it currently only supports the `mv3` value, which is also the default value.

willdurand marked this conversation as resolved.
Show resolved Hide resolved
::: note
This option was added in web-ext 7.1.0.
:::

#### `--firefox-profile`, `-p`

Specify a base Firefox profile to run the extension in. This is specified as a string containing your profile name or an absolute path to its directory. The profile you specify is copied into a new temporary profile and some settings are added that are required for `web-ext` to function.
Expand Down