Skip to content

v1.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@timabrmsn timabrmsn released this 14 Jul 17:13
90695be

1.0.0b1 - 2020-07-14

Changed

  • -i (--incremental) has been removed, use -c (--use-checkpoint) with a string name for the checkpoint instead.

  • The code42cli has been migrated to the click framework. This brings:

    • BREAKING CHANGE: Commands that accept multiple values for the same option now must have the option flag provided before each value:
      use --option value1 --option value2 instead of --option value1 value2 (which was previously possible).
    • Cosmetic changes to error messages, progress bars, and help message formatting.
  • The print command on the security-data and alerts command groups has been replaced with the search command.
    This was a name change only, all other functionality remains the same.

  • A profile created with the --disable-ssl-errors flag will now correctly not verify SSL certs when making requests. A warning message is printed
    each time the CLI is run with a profile configured this way, as it is not recommended.

Added

  • Profile can now save multiple alert and file event checkpoints. The name of the checkpoint to be used for a given query should be passed to -c (--use-checkpoint).

Removed

  • The write-to and send-to commands on security-data and alerts command groups.