Examples (8)
Run the web extension in the current directory in Firefox
web-ext runRun a web extension from a specific directory in Firefox
web-ext run --source-dir path/to/directoryDisplay verbose execution output
web-ext run --verboseRun a web extension in Firefox Android
web-ext run --target firefox-androidLint the manifest and source files for errors
web-ext lintBuild and package the extension
web-ext buildDisplay verbose build output
web-ext build --verboseSign a package for self-hosting
web-ext sign --api-key api_key --api-secret api_secretmade by @shridhargupta | data from tldr-pages