From 0ca0f09aa84c8dfb6858fdf1d4f7f89bfa7abc56 Mon Sep 17 00:00:00 2001 From: Justin Honold Date: Thu, 5 Jan 2017 15:06:25 -0600 Subject: [PATCH] Noting implied usage for the keyring provider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f7924d..8715e5a 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ On OSX and Linux there are a few keyring providers that `go-jira` can use (via t ```yaml password-source: keyring ``` +After setting this and issuing a `jira login`, your credentials will be stored in your platform's backend (e.g. Keychain for Mac OS X) automatically. Subsequent operations, like a `jira ls`, should "just work" from there. #### `pass` password source **Note: Version 0.1.9 required.**