# edge-addons-upload-cli

> > Upload/Publish Microsoft Edge add-ons from the CLI

Latest version **0.0.1** (published 2022-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install edge-addons-upload-cli
pnpm add edge-addons-upload-cli
yarn add edge-addons-upload-cli
bun add edge-addons-upload-cli
```

Provides the command `edge-addons-upload`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2022-08-16 |
| First published | 2022-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | mufeng |
| Maintainers | mufengx |

## Links

- npm: https://www.npmjs.com/package/edge-addons-upload-cli
- Repository: https://github.com/iMuFeng/edge-addons-upload-cli
- Homepage: https://github.com/iMuFeng/edge-addons-upload-cli#readme
- Issues: https://github.com/iMuFeng/edge-addons-upload-cli/issues
- npm.io page: https://npm.io/package/edge-addons-upload-cli

## Dependencies (2)

- [yargs](https://npm.io/package/yargs.md) ^17.5.1
- [@plasmohq/edge-addons-api](https://npm.io/package/@plasmohq/edge-addons-api.md) ^1.0.1

## Recent versions

- 0.0.1 (latest) — 2022-08-16

## README

# edge-addons-upload-cli

> Upload/Publish Microsoft Edge add-ons from the CLI

A CLI wrapper around the [Microsoft Edge Addons API for NodeJS](https://github.com/PlasmoHQ/edge-addons-api) module.

## Install

```shell
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](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api)
.

## Usage

```shell
$ 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
```

---
_Source: https://npm.io/package/edge-addons-upload-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
