2.1.2 • Published 8 years ago

hubot-keys v2.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hubot Keys Build Status npm

:cat2: Store users' public SSH keys in Hubot.

hubot-keys screenshot

Installation

Add hubot-keys to your package.json file:

"dependencies": {
  ...
  "hubot-keys": "latest"
}

Add hubot-keys to your external-scripts.json:

["hubot-keys"]

Run npm install hubot-keys

Commands

hubot my public key is <public_ssh_key> - Stores the user's public SSH key.
hubot what is (my|<username>) public key - Returns the user's public SSH key.
hubot (delete|remove|forget) my public key - Removes the user's public SSH key.

This plugin can be used in other Hubot scripts by calling the method robot.keys.keyForUserName(<username>) or robot.keys.keyForUserId(<userId>) to get a user's public SSH key.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy
2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.3

8 years ago