Skip to content

Command Line Tool for working with MessagePack dumps

License

Notifications You must be signed in to change notification settings

Hammster/msgpack-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Msgpack Util

Minimum Dotnet Versions badge Current Version badge MIT licence badge

msgpack-util:
  Commandline utilities for MessagePack

Usage:
  msgpack-util [options] <inputFile>

Arguments:
  <inputFile>

Options:
  --output-file <output-file>                    File the JSON string is written too
  --compression <Lz4Block|Lz4BlockArray|None>    The type of compression used [default: None]
  --trusted                                      Can this data be trusted (True, False) [default: False]
  --formatted-json                               Do you want to format the json (True, False) [default: True]
  --version                                      Show version information
  -?, -h, --help                                 Show help and usage information

Build instructions

  • dotnet restore
  • dotnet build --configuration Release
  • Prepare Software for distribution

Development instructions

  • dotnet restore
  • dotnet run [options] <inputFile>

Changelog

1.0.0-alpha

  • Initial version with MessagePack to JSON conversion

About

Command Line Tool for working with MessagePack dumps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages