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.
- Host: GitHub
- URL: https://github.com/teohm/pk
- Owner: teohm
- License: mit
- Created: 2013-01-11T08:50:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T08:11:46.000Z (over 13 years ago)
- Last Synced: 2025-03-05T07:42:56.870Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pk
[](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.