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
- Host: GitHub
- URL: https://github.com/ceramicnetwork/ceramic-pocket-knife
- Owner: ceramicnetwork
- License: mit
- Created: 2023-07-13T15:13:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T14:32:08.000Z (about 1 year ago)
- Last Synced: 2025-11-20T18:31:43.719Z (7 months ago)
- Language: Rust
- Size: 462 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)