Pete - the Gatekeeper
An API key manager
Description
Pete can make you a happier developer in many different ways:
- store and print API parameters.
- make API calls.
- …
Installation
Get the gem with:
gem install pete
Usage
1. Put your API keys in ~/.pete/secrets.yml
:
key1:
- value1
key2:
- value2
2. Run it
pete
Help
Print the default options:
$ pete --help
pete - an API manager
Usage:
pete <subcommand> [options]
Options:
-h, --help [CMD] print this message or help for CMD
-v, --version print pete version
Subcommands:
list list API keys
manage manage API keys
call make an API call
generate generate API key
params print API parameters
log enable/disable API response log
export export keys to the environment
config manage pete config file
Release Notes
- v0.1.11:
- Suported version control systems: Git.
- Suported frameworkd: Ruby on Rails, Jekyll.
- Suported app servers: Unicorn.