Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poad/appstore-connect-jwt-generator-cli


https://github.com/poad/appstore-connect-jwt-generator-cli

appstoreconnect cli jwt npm npm-module npm-package

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# appstore-connect-jwt-generator-cli

[![npm version](https://badge.fury.io/js/appstore-connect-jwt-generator-cli.svg)](https://badge.fury.io/js/appstore-connect-jwt-generator-cli)

## Install

```sh
npm i -g appstore-connect-jwt-generator-cli
```

or

```sh
yarn global add appstore-connect-jwt-generator-cli
```

## Usage

```sh
jwt-gen --cert ${APP_STORE_CONNECT_PRIVATE_KEY} --keyId ${APP_STORE_CONNECT_API_KEY_ID} --issuerId ${APP_STORE_CONNECT_ISSURE_ID}
```