Skip to content

v0.2.0

Compare
Choose a tag to compare
@alanag13 alanag13 released this 25 Feb 22:34
8cb29fe

0.2.0 - 2020-02-25

Removed

  • Removed config file settings and -c CLI arg. Use code42 profile set.
  • Removed --clear-password CLI argument. Use code42 profile set -p. You will be prompted.
  • Removed top-level destination args. Use subcommands write-to. send-to, print off of code42 security data.

Added

  • Added ability to view your profile: code42 profile show.
  • Added securitydata subcommands:
    • Use code42 securitydata write-to to output to a file.
    • Use code42 securitydata send-to to output to a server.
    • Use code42 securitydata print to outputs to stdout.
    • Use code42 securitydata clear-cursor to remove the stored cursor for 'incremental' mode.
  • Added support for raw JSON queries via code42 securitydata [subcommand] --advanced-query [JSON].

Changed

  • Renamed base command c42aed to code42.
  • Moved CLI arguments -s, -u, and --ignore-ssl-errors to code42 profile set command.
  • Renamed and moved top-level -r flag.
    • Use -i on one of these securitydata subcommands write-to. send-to, print.
  • Moved search arguments to individual securitydata subcommands write-to. send-to, print.