git clone http://github.com/nathanielc/ceramic-pocket-knife.git
cd ceramic-pocket-knife
cargo install --locked --path .
For usage see cpk --help
.
Shell completions for common shells can be generated with:
cpk completion
For example to add bash completion run:
source <(cpk completion bash)