1.1.3 • Published 8 years ago

catops-keys v1.1.3

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

CatOps Keys Build Status npm

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

Installation

Add catops-keys to your package.json file:

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

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

["catops-keys"]

Run npm install catops-keys

Commands

hubot my public key is <public_ssh_key> - Stores the user's public SSH key.
hubot what is my public key - Returns the user's public SSH key.

A user's key can be accessed programmatically at msg.message.user.key.


Open source licensing info

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

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago