All pages
Powered by GitBook
1 of 49

過去のリリース

過去のリリースについては、KeeperコマンダーのGitHubページをご覧ください。

LogoReleases · Keeper-Security/CommanderGitHub

Commander 16.6.13

Released July 25th, 2022

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

Improvements

User report last login

You can now get a report of each the last time each user in the enterprise logged in with the user-report command. Use the new --last-login command to see this

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

Add or remove admin privileges to roles

Administrative privileges can now be added or removed in Commander with the enterprise-role command. Add or remove the ability to run reports, manage nodes and more.

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

ManageEngine Import

Import records from ManageEngine with Commander

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

Commander 16.6.12

Released July 15, 2022

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

Improvements

SSO Login

SSO login for Commander has been greatly improved. Now when logging into Commander with SSO, you will be prompted to open a webpage to login to Keeper SSO connect. Once logged in, you are shown a button which will copy the authentication token when clicked. This token is then pasted into Commander to complete SSO login.

Audit Log Improvement

Raw type audit logs are no longer limited to 1000 rows. By adding a --limit <NUMBER> flag with any number, that number of rows will be returned.

Commander 16.6.11

Released July 8, 2022

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

Improvements

Add Teams to Roles

  • The enterprise-role command has been updated with the --add-team option which can add a team to the role.

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

  • The enterprise-team command has been updated with the --add-role option which can add a role to the team

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

Commander 16.6.10

Released June 27th, 2022

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

Improvements

Action Report Actions

Easily lock or delete user accounts that haven't logged in or edit records for some time, or have been locked for some time.

Use the action-report command to find users that haven't logged in in a given number of days, haven't edited a record in a given number of days or have been locked for a given number of days. Then have Commander automatically lock or delete all the accounts found.

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

Improved Password Generation

It is now possible to provide rules for password generation when creating and editing records using Commander. --generate-rules (-gr) and --generate-length (-gl) optional flags have been added to the edit and add commands.

Commander 16.6.9

Released June 20, 2022

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

New Features

Action Report

Use the new action-report to identify any users that:

  • haven't logged in

  • haven't updated a record

  • have been locked

For a given time period.

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

Improvements

  • Commander rotation plugins now support typed records and have improved usability

    • See the Commander rotation docs here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/plugins

  • Commander SSH Agent can now load private keys from attached files

    • See the docs here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/connection-to-hosts#ssh-agent-command

  • Improved handling of throttled requests

    • Commander will now wait for 10 seconds and re-perform any throttled commands

Commander 16.6.7

Released June 6, 2022

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

Features

Trash Command

  • view, restore, or purge records in the Vault trash that have been deleted

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

Convert Enterprise Nodes to a Managed Company

  • The msp-convert-node command can convert nodes into managed companies under the MSP

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

Use Commander as your System's SSH Agent

  • New ssh-agent command let's you start, stop, and see info about the SSH Agent

  • See the documentation here: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/connection-to-hosts#ssh-agent-command

Improvements

  • record-history command now supports typed records

Commander 16.6.6

Released May 30, 2022

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

Features

Arrange-folders command

  • new command moves shared folders into a sub folder

Improvements

  • When adding a user to a team, shared folders can be hidden from the user by adding the --hide-shared-folders on option when using the enterprise-team --add-user command

  • Display TOTP URLs with untyped records

Commander v16.6.5

Released May 23, 2022

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

New Features

Add and Edit Managed Companies in one Script

The msp-add command now sets the new managed company's ID as environment variable that can be used to access the managed company from within a script.

See the docs for more information and examples: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/msp-management-commands#create-and-switch-to-a-mc

Export From a Folder

It is now possible to export a portion of the Vault be specifying a folder when using the export command. See the documentation for more details: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/command-reference/import-and-export-commands#export-command

Bug Fixes and Improvements

  • Fixed an issue causing Unicode parsing errors when outputting to CSV

  • Made import command more robust when encountering null values

  • re-instated connect command and gave it typed record compatibility

Commander v16.6.3

Released April 28, 2022

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

New Commands

Create One-Time Sharing URLs

The new one-time-share command will be used to create one-time sharable links. See the docs for more details.

Reset-password Command

This new command can be used to reset the account's master password. See the docs for more details.

Improvements

  • You can now use the --invite flag with the enterprise-user command to re-invite users that have already been invited to the enterprise

Commander v16.6.1

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

Improvements

Importing

  • import command now maintains the correct record type when used to update records

General

get command

  • now shows the parent folder's UID

verify-shared-folders command

  • updated to correct an issue when typed records are reverted to untyped

Commander v16.6.0

Released April 18, 2022

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

Improvements

Import and Export

  • import and export commands now support typed records

Password Rotation

  • mysql password rotation plugin supports the latest PyMySQL package

Look and Feel

  • New and improved Commander Logo

Commander v16.4

Commander releases 16.4.0 - 16.4.9

Commander v16.4.9

Release December 28, 2021

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

Improvements

run-batch command

  • Run commands sequentially from a provided file

  • See Documentation

find-duplicate command

  • Locate duplicate records in the Keeper Vault

  • See Documentation

Import

  • support for KeePass import using pykeepass

Commander v16.4.8

Release December 17, 2021

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

Improvements

Import

  • LastPass - support for TOTP codes

Login

  • SSO login support

  • See Documentation

General

  • Various bug fixes

Commander v16.4.7

Release November 23, 2021

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

Improvements

convert command

  • Convert legacy (V2/General) records to record-typed records

  • See Documentation

transfer-user command

  • Added support for mapping files

  • See Documentation

General

  • Support http and socks proxies

  • Various bug fixes

Commander v16.4.6

Release December 09, 2021

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

Improvements

  • General fixes and improvements

Commander v16.4.5

Release December 08, 2021

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

Improvements

  • General fixes and improvements

Commander v16.4.4

Release October 26, 2021

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

Improvements

  • General fixes and improvements

Commander v16.4.3

Release October 26, 2021

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

Improvements

Import

  • Better handling of missing titles

Commander 16.4.2

Release October 22, 2021

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

Improvements

  • Propagate permissions option to default shared folder permissions

Commander 16.4.1

Release October 21, 2021

See the Release in GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.4.1

Improvements

Import

  • Fix for missing file attachments

  • Prevent large records being duplicated

  • Improved error handling when downloading attachments

Secrets Manager

  • Automatically add a number to the end of Client names when multiple are created

General

  • Fix for group commands in batch mode

  • version command shows the Keeper Commander package directory

Commander v16.4.0

Release October 18, 2021

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

Improvements

  • Secrets Manager

    • Added ability to create a Kubernetes ready configuration

    • Fix for token returns

    • Bug fix for properly removing Applications

  • Import

    • Large record fields will not be converted to file attachments

    • Updated command names

    • LastPass - support for file attachments

  • General

    • Made record updates with Commander SOX compliant

    • Fix for incremental sync-down removing records from the Vault

    • this-device command respects "restrict persistent login" restriction

    • clipboard-copy command does not output password for record types

    • General cleanup and bug fixes

Commander v16.3

Commander releases 16.3.0 - 16.3.3

Commander 16.3.3

Release October 12, 2021

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

Improvements

  • create-user command

    • See documentation

  • Import:

    • Skip V3 records with files that are too large (hot fix)

    • Strip URL for record audit

  • Secrets Manager:

    • Show editable status of listed Applications

Commander 16.3.2

Release October 08, 2021

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

Improvements

  • Fixed an issue with Secrets Manager device creation

Commander v16.3.1

Released Oct 7, 2021

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

Improvements

  • Printing versions of installed packages using version -v command while debug is on by

  • KC-296 Add load/unload shared folder membership commands.

  • load-membership: Fix program description

Commander v16.3.0

Release Oct 6, 2021

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

Improvements

  • Support for cryptography 35.0.0 package

  • Improved LastPass data import

    • See Documentation for details

Commander v16.2

Commander releases 16.2.0 - 16.2.3

Commander v16.2.3

Features and Improvements

  • Server switching w/ out exiting Commander. Just type logout and then server US/EU/AU/GOV, once switched to a new region just login with the account that is registered there.

  • Improved logging in binary version of Commander

Bug Fixes

  • KC-290 Fix logging level when using "-lwsc=true"

  • KC-285 Support register_device_in_region command.

  • KC-290 --launched-with-shortcut parameter turns off info logging.

  • Fixing this-device register

Commander v16.2.2

Release Oct 1, 2021

New Features and Improvements

Edit Role Enforcements

  • KC-272: Enterprise: Edit role enforcements

It is now possible to edit role enforcement policies in Commander. See the Documentation for details.

Import

  • KC-229: Import/Export Records with Types

Records can now be imported with record types

  • KC-286: Import LastPass' Shared Folders

Importing directly from LastPass now shares any shared folders with corresponding Keeper accounts. See the Documentation for details.

Secrets Manager (Beta)

  • Secrets Manager: New format of One-Time token

  • Secrets Manager: Added ability to generate config string in Json or Base64.

Other Improvements

  • KC-122: Title/URL display options in audit-report

  • KC-259: Fix some account restrictions: Expired Master Password, Accept Account Transfer

Commander v16.2.1

Released Sept 21, 2021

Features and Improvements

Secrets Manager (Beta)

  • New KSM command to delete application

General Improvements

  • Ability to manage record types enforcements

  • allow cd command to navigate to folders with slash or quote in the title

  • enterprise-info command to respect --node parameter

  • Other bug fixes and improvements

Commander v16.2.0

Release Sept 13, 2021

Features and Improvements

Automator

  • Added Automator commands

General Improvements

  • Ability to copy uid in clipboard-copy command by add flag --copy-uid

  • Improved totp command output by adding --details flag

  • Various bug fixes and improvements

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