apple ID setup cmd, backend API tweaks

This commit is contained in:
Dobromir Popov
2024-04-02 01:13:08 +03:00
parent 164c64f5df
commit 5901c11761
2 changed files with 10 additions and 6 deletions

View File

@ -11,7 +11,10 @@ if (process.argv.includes("--help") || process.argv.includes("-h")) {
Usage:
node apple.mjs [--kid] [--iss] [--private_key] [--sub] [--expires_in] [--exp]
node setupAppleId.mjs --kid YOUR_KEY_ID --iss YOUR_TEAM_ID --private_key "$(cat key.p8)" --sub YOUR_CLIENT_ID --expires_in 15778800
Options:
--help Print this help message
--kid, --key_id The key id of the private key