All pages
Powered by GitBook
2 of 16

Commander v16.5

Commander releases 16.5.1 - 16.5.18

See sub sections for information on individual releases

Commander v16.5.18

Released April 4, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.18

MSP Managed Company Creation and Deletion

It is now possible to create or remove Managed Companies using Commander

  • msp-add command

    • Create new Managed Companies

    • See the documentation: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/msp-management-commands#msp-add

  • msp-remove command

    • Remove an existing Managed Company

    • See the Documentation: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/msp-management-commands#msp-remove

Improvements

  • automator command now supports Base64 and Environment Variables for configuration input

Commander v16.5.17

Released March 29, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.17

New Commands

verify-shared-folders command

  • verifies that records in shared folders have the correct data keys. Useful after some conversion actions

  • See the documentation: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/misc-commands#verify-shared-folders-command

General

  • General bug fixes and improvements

Commander v16.5.15

Released March 20, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.15

Improvements

shortcut Command

  • Displays record links

this-device Command

  • removed 30 day maximum logout timeout

ln and mv Commands

  • now accept patterns to match record titles

verify-records Command

  • fixes TOTP record fields when import causes record corruption

Commander v16.5.14

Released March 15, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.14

Improvements

Convert

  • convert command can now handle more than 1,000 records in one call. Calls and results are paginated.

Export

  • Updated export command to handle corrupted record data is null custom fields

    • This is a community improvement provided by contributor flybyray

    • https://github.com/Keeper-Security/Commander/commit/2066c8daf991e865481e3cdef1d795ea1b81b288

Commander v16.5.13

Released March 14, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.13

Improvements

Import

  • Added a script that can import records from HashiCorp KVP storage

    • Find the script in the custom folder: https://github.com/Keeper-Security/Commander/blob/master/keepercommander/custom/vault_dump_hvac.py

Bug Fixes

  • Fixed an issue where record-permission command would result in an error

Commander v16.5.12

Released March 11, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.12

Improvements

convert

It is now possible to convert records that the logged-in account does not own. use the --ignore-ownership flag to perform

  • see the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/record-type-commands#convert-command

Bug Fixes

transfer-user Command

  • Fixed an issue that caused "can't concat str to bytes" error

list Command

  • Previously showed untyped records as "general" type, now shows nothing in the type column when record is untyped

Commander v16.5.11

Released March 4, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.11

Improvements

Import

Commander now supports importing from MYKI

  • see the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/import-and-export-commands#import-command

generate Command

  • Generated passwords and the password strength, and Breachwatch scan result can be output in json format

  • See the Documentation here:

aging-report Command

  • Generate a report of password changes and expired passwords per record

  • See the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/reporting-commands#aging-report-command

Commander v16.5.10

Released March 3, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.10

Improvements

generate Command

  • Generate secure passwords and copy them to the clipboard

  • See the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/misc-commands#generate-command

enterprise-role Command

  • Roles can now be duplicated with or without automatically adding all the users of the original role

    • --copy to copy a role without users

    • --clone to duplicate a role and its users

  • See the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/enterprise-management-commands#enterprise-role-command

Commander v16.5.9

Released February 25, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.9

Improvements

Convert Command

Convert records to any record type.

See the documentation: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/record-type-commands#convert-command

Connect Command

The connect command has been removed and replaced with the following commands for each connection type:

  • ssh

  • rdp

  • mysql

The connection process has been simplified and now supports typed records.

See the documentation: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/making-connections

General

  • password-aging-report script added to examples

  • WebAuthN auth support for converter U2F keys

  • Various bug fixes

Commander v16.5.7

Released Feb 18, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.7

Improvements

Import

  • Records can now be imported as any specified record type. Documentation.

  • Corrupted LastPass record attachments will not cause the import to fail

delete-attachment

  • Orphaned file attachments which have no associated records in the vault can be deleted. Documentation.

If a record with a file is shared and then that record is deleted, the file can appear orphaned in the original Keeper Vault. Delete orphaned attachments with caution.

General

  • Fixed an issue when using the list command when Keeper Secrets Manager applications exist

  • Various bug fixes

Commander v16.5.6

Released Feb 14, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.6

Bug Fixes

  • Commander creates teams with RSA private key encoded with PKCS8 instead of PKCS1 format

Commander v16.5.5

Released Feb 11, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.5​

Improvements

connect command

  • Improved contextual help messaging

  • See Documentation​

enterprise-info command

  • Added the ability to display Enterprise nodes as a table

  • Added the ability to see queued users

  • See Documentation​

audit-report command

  • Added ability to export in JSON format

  • See Documentation

security-audit-report command

  • Added ability to display Breachwatch report

  • See Documentation

LastPass Import

  • Fix for malformed or corrupted TOTP codes causing import to fail​

  • See Documentation

General

  • Display messaging when the user is not permitted to use Commander based on role permissions

  • Various bug fixes

Commander v16.5.3

Released Feb 1, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.3

Improvements

connect command

  • Now supports record typed records (V3 records)

  • See Documentation

audit-report command

  • New filters added

    • --geo-location

    • --device-type

  • See Documentation

share-report command

  • Added "Folder Location" column

  • See Documentation

General

  • Initial Vault load performance improved

  • Various bug fixes

Commander v16.5.2

Release January 18, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.2

Improvements

General

  • Various bug fixes

Commander v16.5.1

Release January 14, 2022

Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.5.1

Improvements

General

  • Support for multiple MFA logins (WebAuthN)

  • Improvements for enterprise query command

  • Various bug fixes