This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
0.14.0 Added CLI
Along with the Ruby libraries you can now use the command line interface to add credentials to the keychain.
Adding Credentials
fastlane-credentials add --username [email protected]
Password: *********
Credential [email protected]:********* added to keychain.
Removing Credentials
fastlane-credentials remove --username [email protected]
password has been deleted.