
web-ext
List of commands for web-ext:
-
web-ext:tldr:09cf7 web-ext: Run the web extension in the current directory in Firefox.$ web-ext runtry on your machineexplain this command
-
web-ext:tldr:0e731 web-ext: Run a web extension from a specific directory in Firefox.$ web-ext run --source-dir ${path-to-directory}try on your machineexplain this command
-
web-ext:tldr:13194 web-ext: Display verbose execution output.$ web-ext run --verbosetry on your machineexplain this command
-
web-ext:tldr:507e7 web-ext: Build and package the extension.$ web-ext buildtry on your machineexplain this command
-
web-ext:tldr:760b3 web-ext: Run a web extension in Firefox Android.$ web-ext run --target firefox-androidtry on your machineexplain this command
-
web-ext:tldr:abf1e web-ext: Lint the manifest and source files for errors.$ web-ext linttry on your machineexplain this command
-
web-ext:tldr:ccfbe web-ext: Display verbose build output.$ web-ext build --verbosetry on your machineexplain this command
-
web-ext:tldr:e2e0e web-ext: Sign a package for self-hosting.$ web-ext sign --api-key ${api_key} --api-secret ${api_secret}try on your machineexplain this command