orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 93 forks source link

How to update stored keys value ? #200

Closed TheAbstractDev closed 4 years ago

ashfurrow commented 4 years ago

You can update a single stored value either by modifying it in Keychain Access.app on you Mac and re-running pod install, or by running pod keys set KEY_NAME VALUE.

TheAbstractDev commented 4 years ago

That was so obvious ... Thanks !

ashfurrow commented 4 years ago

No worries! You can see how to interact with it more broadly by running pod keys --help. Take care!