1.1.3 • Published 9 years ago

catops-keys v1.1.3

Weekly downloads
8
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago