Skip to content

derhuerst/protobuf-viewer-cli

Repository files navigation

protobuf-viewer-cli

Inspect (encoded) protocol buffers in the command line, without knowning the schema. Prints the data in a nested layout.

npm version build status ISC-licensed minimum Node.js version chat with me on Gitter support me via GitHub Sponsors

Note: Essentially, it does the same as the official protobuf protoc tool with the --decode_raw option.

Installation

npm install -g protobuf-viewer-cli

Or use npx. ✨

Usage

protobuf-viewer <some-protocol-buffer.pbf

screenshot of example output

Contributing

If you have a question or need support using protobuf-viewer-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.