Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Released July 15, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.12
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.
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.
Released Aug 1, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.14
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
Released June 27th, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.10
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
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.
Released June 20, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.9
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
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
Improved handling of throttled requests
Commander will now wait for 10 seconds and re-perform any throttled commands
Released July 25th, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.13
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
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.
Import records from ManageEngine with Commander
Find the releases for Commander version 16.6 in the nested pages
Released June 6, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.7
view, restore, or purge records in the Vault trash that have been deleted
The msp-convert-node
command can convert nodes into managed companies under the MSP
New ssh-agent
command let's you start, stop, and see info about the SSH Agent
record-history
command now supports typed records
Released April 28, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.3
The new one-time-share
command will be used to create one-time sharable links. See the docs for more details.
This new command can be used to reset the account's master password. See the docs for more details.
You can now use the --invite flag with the enterprise-user command to re-invite users that have already been invited to the enterprise
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.1
import
command now maintains the correct record type when used to update records
get
commandnow shows the parent folder's UID
verify-shared-folders
commandupdated to correct an issue when typed records are reverted to untyped
Released May 23, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.5
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
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
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
Released April 18, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.0
import
and export
commands now support typed records
mysql
password rotation plugin supports the latest PyMySQL
package
New and improved Commander Logo
Released July 8, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.11
The enterprise-role
command has been updated with the --add-team
option which can add a team to the role.
The enterprise-team
command has been updated with the --add-role
option which can add a role to the team
Released May 30, 2022
Find the release on GitHub: https://github.com/Keeper-Security/Commander/releases/tag/v16.6.6
Arrange-folders command
new command moves shared folders into a sub folder
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