Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

0.14.0 Added CLI

Compare
Choose a tag to compare
@KrauseFx KrauseFx released this 12 Jan 20:35
· 11 commits to master since this release

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.