Forrest logo
back to context overview

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 run
    try on your machine
    explain 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 machine
    explain this command
  • web-ext:tldr:13194 web-ext: Display verbose execution output.
    $ web-ext run --verbose
    try on your machine
    explain this command
  • web-ext:tldr:507e7 web-ext: Build and package the extension.
    $ web-ext build
    try on your machine
    explain this command
  • web-ext:tldr:760b3 web-ext: Run a web extension in Firefox Android.
    $ web-ext run --target firefox-android
    try on your machine
    explain this command
  • web-ext:tldr:abf1e web-ext: Lint the manifest and source files for errors.
    $ web-ext lint
    try on your machine
    explain this command
  • web-ext:tldr:ccfbe web-ext: Display verbose build output.
    $ web-ext build --verbose
    try on your machine
    explain 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 machine
    explain this command
back to context overview