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

https://github.com/ceramicnetwork/ceramic-pocket-knife

CLI multi-tools for manipulating Ceramic IDs and data
https://github.com/ceramicnetwork/ceramic-pocket-knife

Last synced: 4 months ago
JSON representation

CLI multi-tools for manipulating Ceramic IDs and data

Awesome Lists containing this project

README

          

# ceramic-pocket-knife

## Install

git clone http://github.com/nathanielc/ceramic-pocket-knife.git
cd ceramic-pocket-knife
cargo install --locked --path .

For usage see `cpk --help`.

## Completions

Shell completions for common shells can be generated with:

cpk completion

For example to add bash completion run:

source <(cpk completion bash)