v1.0.0b1
Pre-release
Pre-release
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 value2instead of--option value1 value2(which was previously possible). - Cosmetic changes to error messages, progress bars, and help message formatting.
- BREAKING CHANGE: Commands that accept multiple values for the same option now must have the option flag provided before each value:
-
The
printcommand on thesecurity-dataandalertscommand groups has been replaced with thesearchcommand.
This was a name change only, all other functionality remains the same. -
A profile created with the
--disable-ssl-errorsflag 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-toandsend-tocommands onsecurity-dataandalertscommand groups.