An open API service indexing awesome lists of open source software.

https://github.com/teohm/pk

Command line tool to collect and print public keys.
https://github.com/teohm/pk

Last synced: over 1 year ago
JSON representation

Command line tool to collect and print public keys.

Awesome Lists containing this project

README

          

# pk

[![Gem Version](https://badge.fury.io/rb/pk.png)](http://badge.fury.io/rb/pk)

Command line tool to print public keys.

## Usage

```
# install
gem install pk

# add team repo
pk team add team1 https://gist.github.com/4509339.git

# update repo
pk team reload
pk team reload team1

# list teams, or list team members
pk team list
pk team list team1

# print public keys
pk keys team1 member1,member2
pk keys team1

pkeys team1 member1,member2
pkeys team1
```

## Rough cut version

It's still an early prototype, usable but fragile.