Socket
Socket
Sign inDemoInstall

@cliqz-oss/chrome-webstore-upload-cli

Package Overview
Dependencies
87
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cliqz-oss/chrome-webstore-upload-cli

CLI Utility to quickly upload + publish extensions to the Chrome Web Store


Version published
Maintainers
3
Install size
2.53 MB
Created

Readme

Source

Web Store Upload CLI

CI status

A CLI wrapper around the Web Store Upload module.

The following projects use this package to facilitate auto-deployment of extensions

Minimum node.js version

You must be using a node.js version >= 6.0.0.

Install

## Globally
npm install -g chrome-webstore-upload-cli

## In a project
npm install --save-dev chrome-webstore-upload-cli

Setup

You will need a Google API clientId, a clientSecret and a refreshToken. Read the guide.

Usage

$ webstore --help

  CLI Utility to quickly upload + publish extensions to the Chrome Web Store

  Usage
    $ webstore <command>

  where <command> is one of
      upload, publish

  Options
    --source          Path to either a zip file, or a directory to be zipped (Defaults to cwd if not specified)
    --extension-id      The ID of the Chrome Extension
    --client-id         OAuth2 Client ID
    --client-secret     OAuth2 Client Secret
    --refresh-token     OAuth2 Refresh Token
    --auto-publish      Can be used with the "upload" command
    --trusted-testers   Can be used with the "publish" command

  Examples
    Upload new extension archive to the Chrome Web Store
    $ webstore upload --source extension.zip --extension-id $EXTENSION_ID --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --refresh-token $REFRESH_TOKEN

    Publish extension (with CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN set as env variables)
    $ webstore publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba

Keywords

FAQs

Last updated on 23 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc