All Projects → fregante → web-ext-submit

fregante / web-ext-submit

Licence: other
Wrapper around Mozilla’s web-ext to submit extensions to AMO.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to web-ext-submit

content-scripts-register-polyfill
WebExtensions: Polyfill for browser.contentScripts.register() for Chrome.
Stars: ✭ 21 (-32.26%)
Mutual labels:  webext
webext-dynamic-content-scripts
WebExtension module: Automatically registers your content_scripts on domains added via permission.request
Stars: ✭ 64 (+106.45%)
Mutual labels:  webext
webext-options-sync
Helps you manage and autosave your extension's options. Chrome and Firefox.
Stars: ✭ 110 (+254.84%)
Mutual labels:  webext

web-ext-submit npm version

Wrapper around Mozilla’s web-ext to submit extensions to AMO.

Mozilla’s web-ext sign successfully submits an extension for review, but then it throws an error. This wrapper executes the same command, but then it prevents the unrelated "it could not be signed" error.

This package will only live until web-ext natively supports this. Follow mozilla/web-ext#804

Used on https://github.com/sindresorhus/refined-github/

Install

npm install web-ext-submit

Requirements

  • bash
  • sed
  • grep
  • tee

Tested on Travis and GitHub Actions, they include all of them by default.

Usage

Since this is just a wrapper around web-ext sign, it uses the same env variables and supports the same command-line flags as that command.

WEB_EXT_API_KEY=blahla
WEB_EXT_API_SECRET=blahla
web-ext-submit

or

web-ext-submit --api-key=blahbla --api-secret=blahla

Related

License

MPL-2.0 © Federico Brigante

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].