Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poad/appstore-connect-jwt-generator-cli
- Owner: poad
- License: mit
- Created: 2020-12-13T22:24:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:21:11.000Z (4 months ago)
- Last Synced: 2024-09-17T17:18:29.430Z (4 months ago)
- Topics: appstoreconnect, cli, jwt, npm, npm-module, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/appstore-connect-jwt-generator-cli
- Size: 11.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```