majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.33k stars 465 forks source link

ERR error="required flag(s) \"email\" not set" #245

Closed debasisj closed 5 months ago

debasisj commented 6 months ago

What happened?

2.1.3 installed latest through brew on Macbook Pro with Intel chip command - ipatool auth login

error - ERR error="required flag(s) \"email\" not set" success=false

Apple ID set up to use the App Store

Version

2.1.3

Relevant log output

ERR error="required flag(s) \"email\" not set" success=false
iammanpreetsingh commented 6 months ago

ipatool auth login -e email -p password

majd commented 5 months ago

Please use the email flag with the login command ipatool auth login --email=<email>.

carlox97 commented 1 month ago

@majd Why isn't this in the readme?

Please use the email flag with the login command ipatool auth login --email=<email>.