All pages
Powered by GitBook
2 of 13

Commander v16.6

Find the releases for Commander version 16.6 in the nested pages

Commander 16.6.14

Released Aug 1, 2022

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

New Features

Skip records

You can now tell Commander to not load records when it initially opens. This is helpful when you need to do some administrative jobs that don't require records and don't want to wait for the initial sync-down.

To use this feature, add the skip-records field to Commander's config file with a value of true

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