apple-jwt: Generate JSON Web Tokens for MusicKit JS and MapKit JS using an intuitive CLI
npm install apple-jwtapple-jwt
=========
Generate JSON Web Tokens for MusicKit JS and MapKit JS using an intuitive CLI





sh-session
$ npm install -g apple-jwt
$ apple-jwt COMMAND
running command...
$ apple-jwt (-v|--version|version)
apple-jwt/1.0.2 darwin-x64 node-v10.9.0
$ apple-jwt --help [COMMAND]
USAGE
$ apple-jwt COMMAND
...
`
Commands
* [apple-jwt help [COMMAND]](#apple-jwt-help-command)
* [apple-jwt sign KEYPATH ISS [KID]](#apple-jwt-sign-keypath-iss-kid)
* apple-jwt uiapple-jwt help [COMMAND]display help for apple-jwt
`
USAGE
$ apple-jwt help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
apple-jwt sign KEYPATH ISS [KID]Signs an Apple JWT token
`
USAGE
$ apple-jwt sign KEYPATH ISS [KID]ARGUMENTS
KEYPATH path to p8 key
ISS Apple Developer Team ID that issued the key
KID Key ID (leave empty to auto-detect)
OPTIONS
--exp=exp [default: 2 days] Validity time expressed in seconds or a string describing a time span (default: "2
days")
--origin=origin Limit token to specified origin (e.g. "https://bygeorgenet.me")
`_See code: src/commands/sign.js_
apple-jwt uiStarts interactive signing UI
`
USAGE
$ apple-jwt ui
``_See code: src/commands/ui.js_