Fir – CLI Tutorial
The installation
Install the fir – cli
gem install fir-cli
Copy the code
Check the version
fir -v
Copy the code
Login fir. Im
fir login
Log in to fir. Im using API token and use API token to publish applications
fir login 'Your API Token'
Copy the code
fir me
View information about the current login user
fir me
Copy the code
Release application
fir publish
Used to publish applications to fir. Im, support IPA and APK files
Fir publish APP_FILE_PATH fir publish APP_FILE_PATH -s, [--short= short] # short-c, [--changelog= changelog] # -r, [--need-release-id], [--no-need-release-id] #30-h, [--force-pin-history], [--no-force-pin-history] # leave the version on the download page (that is, after the new version is uploaded, there are still qr codes for the old version) -s, [--skip-update-icon], [--no-skip-update-icon] # skip update icon -t, [--token= token] # betaqr.com(fir. Im) account API_TOKENCopy the code
Use case
fir publish "Local path to android or ios files"
Copy the code
View the successful application you just published
www.betaqr.com/apps