Releases: code42/code42cli
v1.11.0
1.11.0 - 2021-10-22
Fixed
- Incorrect column title on
code42 trusted-activities bulk createcommand help text. code42 devices listwill now process--exclude-most-recently-connectedprior to--last-connected-beforeinstead of after.- The minimum required version of Python for code42cli is now correctly set as 3.6.2.
Added
-
New bulk commands to manage user roles
code42 users bulk add-rolescode42 users bulk remove-roles
-
New option
--include-rolesoncode42 users listthat includes the roles for all users. -
New command
code42 users show <username>that prints all the details of that user. -
New commands to view orgs
code42 users orgs listcode42 users orgs show <org-uid>
v1.10.0
1.10.0 - 2021-10-05
Added
-
New option
--include-legal-hold-membershipon commandcode42 users listthat includes the legal hold matter name and ID for any user on legal hold. -
New commands for deactivating/reactivating Code42 user accounts:
code42 users deactivatecode42 users reactivatecode42 users bulk deactivatecode42 users bulk reactivate
-
code42 profile usenow prompts you to select a profile when not given a profile name argument. -
New
trusted-activitiescommands for managing trusted activities and resources:code42 trusted-activities createto create a trusted activity.code42 trusted-activities updateto update a trusted activity.code42 trusted-activities removeto remove a trusted activity.code42 trusted-activities listto print the details of all trusted activities.code42 trusted-activities bulk createto bulk create trusted activities from a CSV file.code42 trusted-activities bulk updateto bulk update trusted activities from a CSV file.code42 trusted-activities bulk removeto bulk remove trusted activities from a CSV file.
Fixed
- Bug where
audit-logs searchwith--use-checkpointoption was causing output formatting problems. - Improve error message for
code42 users list,code42 devices list,code42 devices list-backup-sets
v1.9.0
Added
-
code42 profilecommands that validate passwords (create,update,reset-pw) now have the--debugoption available, andcreateandupdatecan now also pass in--totpas an option. -
New command options for
code42 security-data search--risk-indicatorto filter events by risk indicators.--risk-severityto filter events by risk severity.
Changed
-
A TOTP token is now required on
code42 profilecommands that check for password validity when a user has MFA enabled. -
Updated minimum version of py42 to
1.18.0to provide access toFIRST_DESTINATION_USEandRARE_DESTINATION_USEsearch filters.
Fixed
code42 profile deletecommand now prints a clear error message when deletion target doesn't exist.
v1.8.1
v1.8.0
1.8.0 - 2021-07-08
Fixed
-
Issue where
code42 devices bulk deactivateandcode42 devices bulk reactivatewould
output incorrect Successes and Failures at the end of the process. -
Bug where
code42 audit-logs searchwould fail to store checkpoints when timestamps included
nanoseconds. -
Issue where if an error occurred during
code42 audit-logs searchorcode42 audit-logs send-to,
the user would get a stored checkpoint without having handled events.
Added
-
New command
code42 users updateto update a single user. -
New command
code42 users bulk updateto update users in bulk. -
New command
code42 users moveto move a single user to a different organization. -
New command
code42 users bulk moveto move users in bulk.
Changed
- Now when a user is not found, the error message suggests that it might be because you don't
have the necessary permissions.
v1.7.0
1.7.0 - 2021-06-17
Added
-
New command
code42 users add-roleto add a user role to a single user. -
New command
code42 users remove-roleto remove a user role from a single user. -
New command
code42 shellthat opens an IPython console with a pre-initialized py42 sdk.
v1.6.1
v1.6.0
v1.5.1
v1.5.0
Added
-
New command
code42 alerts showthat displays information about a single alert. -
New command
code42 alerts updatethat can update an alert's state or note. -
New command
code42 alerts bulk generate-templatefor generating CSV templates for bulk
commands. -
New command
code42 alerts bulk updatefor bulk updating alerts. -
New command
code42 cases file-events bulk generate-templatecreates the template CSV
file for the given command arg. -
New command
code42 cases file-events bulk addthat takes a CSV file with case number
and event ID. -
New command
code42 cases file-events bulk removethat takes a CSV file with case
number and event ID.
Changed
-
code42 alerts searchnow includes the alert ID in its table output. -
code42 alerts searchtable output now refers to the alert state asstateinstead of
status.