edge-addons-upload-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

edge-addons-upload-cli

Upload/Publish Microsoft Edge add-ons from the CLI

A CLI wrapper around the Microsoft Edge Addons API for NodeJS module.

Install

npm install edge-addons-upload-cli

Setup

You'll need to get a productId, clientId, clientSecret, and accessTokenUrl for your project.

You can get these for your project by following the Microsoft Edge Add-Ons API guide .

Usage

$ edge-addons-upload upload --source extension.zip --product-id $PRODUCT_ID --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --access-token-url $ACCESS_TOKEN_URL
$ edge-addons-upload publish --product-id $PRODUCT_ID --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --access-token-url $ACCESS_TOKEN_URL

Readme

Keywords

none

Package Sidebar

Install

npm i edge-addons-upload-cli

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

4.7 kB

Total Files

3

Last publish

Collaborators

  • mufengx