delete_keychain¶
Delete keychains and remove them from the search list
Keychains can be deleted after being created with
create_keychain
delete_keychain | |
---|---|
Supported platforms | ios, android, mac |
Author | @gin0606, @koenpunt |
2 Examples¶
delete_keychain(name: "KeychainName")
delete_keychain(keychain_path: "/keychains/project.keychain")
Parameters¶
Key | Description | Default |
---|---|---|
name |
Keychain name | |
keychain_path |
Keychain path |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action delete_keychain