Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install ezlog-cli
It will make the ezlog-cli command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall ezlog-cli uninstalls.
Back to the crate overview .
Readme
Usage: ezlog- cli [ OPTIONS ]
Options:
- i, - - input < FILE >
Origin ezlog file path
- o, - - output < FILE >
Decode log file path
- c, - - config < FILE >
Sets a JSON config file contains the configuration of the logger.
{ " key" : " an example very very secret key." , " nonce" : " unique nonce" }
- k, - - key < KEY >
Decrypt key
- n, - - nonce < NONCE >
Decrypt nonce
- d, - - debug
Turn debugging information on
- h, - - help
Print help information ( use `- h` for a summary)
- V, - - version
Print version information