This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/credentials_manager
Releases · fastlane-old/credentials_manager
1.0.0 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
0.16.3 Hotfix
Fixed getting version number for fastlane 2.0
0.16.2 More debug information
- Add debug information for Appfile configs (#6445)
0.16.1 Improvements
Fail build when asking for user or password on non-interactive shell
Show warning when invalid password was taken from environment
0.16.0 Added support for prefixes in account manager
Added support for prefixes in account manager
0.15.1 Improvements
- Remove use of helper classes that credentials_manager can't access
0.15.0 Add json_key_file support for supply
Add json_key_file support for supply and deprecates issuer and keyfile
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.
0.13.0 Added ask_if_missing option
- Added
ask_if_missing
option of.password
method - Updated credentials_manager link
0.12.0 Added new options to the Appfile
Added itc_team_id
and itc_team_name
to the Appfile
to automatically select iTunes Connect teams