catops-keys
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "catops-keys", | ||
"description": "Store users' public keys in Hubot", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Chris Contolini <contolini@users.noreply.github.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -28,4 +28,4 @@ # CatOps Keys [![Build Status](https://img.shields.io/travis/catops/catops-keys.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/catops/catops-keys.svg?branch=master) [![npm](https://img.shields.io/npm/v/catops-keys.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/catops-keys) | ||
``` | ||
hubot my key is <public_ssh_key> - Stores the user's public SSH key. | ||
hubot what is my key - Returns the user's public SSH key. | ||
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. | ||
``` | ||
@@ -32,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5778