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

Releases: fastlane-old/credentials_manager

1.0.0 Update to support fastlane 2.0

18 Dec 23:33
Compare
Choose a tag to compare
  • 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 use fastlane <tool-name> instead.

0.16.3 Hotfix

15 Dec 21:20
Compare
Choose a tag to compare

Fixed getting version number for fastlane 2.0

0.16.2 More debug information

11 Oct 00:18
Compare
Choose a tag to compare
  • Add debug information for Appfile configs (#6445)

0.16.1 Improvements

28 Sep 18:37
Compare
Choose a tag to compare

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

22 Apr 14:01
Compare
Choose a tag to compare

Added support for prefixes in account manager

0.15.1 Improvements

19 Apr 14:25
Compare
Choose a tag to compare
  • Remove use of helper classes that credentials_manager can't access

0.15.0 Add json_key_file support for supply

18 Feb 16:06
Compare
Choose a tag to compare

Add json_key_file support for supply and deprecates issuer and keyfile

0.14.0 Added CLI

12 Jan 20:35
Compare
Choose a tag to compare

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

10 Dec 02:20
Compare
Choose a tag to compare
  • Added ask_if_missing option of .password method
  • Updated credentials_manager link

0.12.0 Added new options to the Appfile

03 Dec 02:42
Compare
Choose a tag to compare

Added itc_team_id and itc_team_name to the Appfile to automatically select iTunes Connect teams