We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a090ae commit 0a843c3Copy full SHA for 0a843c3
1 file changed
README.md
@@ -57,4 +57,16 @@ jsforce extension:js conn.login # possible salesforce credentials in nodejs proj
57
SF_USERNAME "salesforce" # possible salesforce credentials
58
59
filename:.tugboat NOT "_tugboat" # Digital Ocean tugboat config
60
+
61
+HEROKU_API_KEY language:shell # Heroku api keys
62
63
+HEROKU_API_KEY language:json # Heroku api keys in json files
64
65
+filename:.netrc password # netrc that possibly holds sensitive credentials
66
67
+filename:_netrc password # netrc that possibly holds sensitive credentials
68
69
+filename:hub oauth_token # hub config that stores github tokens
70
71
+filename:robomongo.json # mongodb credentials file used by robomongo
72
```
0 commit comments