Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

electron-notarize-cli

fozi7MIT0.2.1

Notarize your Electron app from the command line

electron, notarize, cli

readme

Electron Notarize CLI

Notarize your Electron apps from the command line

Installation

npm install -g electron-notarize-cli

Usage

electron-notarize --bundle-id my.bundle.id --username my.apple.id@example.com --password @keystore:AC_PASSWORD MyApp.app

Type electron-notarize --help for a description of the available options.

Refer to the electron-notarize documentation for a more in-depth desription of the options.

Please be sure to read the safety tips for your password.

Thanks

This is a tiny little module that simply pulls two awesome modules together: electron-notarize and Yargs. Kudos to the developers of those modules.