9 releases

0.2.0-beta.3 Aug 9, 2023
0.2.0-beta.2 Aug 7, 2023
0.2.0-beta.1 Jul 23, 2023
0.2.0-alpha.2 Apr 19, 2023
0.1.4 Jul 25, 2022

#2482 in Command line utilities

MIT/Apache

160KB
4K SLoC

EZLog command line tool

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

Dependencies

~4–36MB
~498K SLoC