Record Commands
This page gives information related to record commands
Overview
This section lists all the commands in Keeper’s Commander (CLI) that are related to manipulating records in the vault. “Record commands” in this context are things like record add, edit, get etc. The commands cover creating, viewing, editing, organizing, and managing these records and related attachments.
The following commands are currently supported by SDK
File-report
Along with record specific commands, SDK also supports record attachment functionalities. These can be found here. These include
Record Add Command
This command is used to add records to Keeper Vault. The command supports all record types, custom types, standard fields and custom fields.
Record Update Command
This command is used to update existing records in Keeper Vault.
Record Delete Command
Use this command to delete multiple records from your personal vault folders. The delete record will exist in the owner's vault and if all record instances are deleted, it remains in the trash can of owner's vault
List Command
This command displays a list of all records available in Keeper Vault in a tabular format. Each row contains Record UID, title, type, description and whether the record is shared with other users.
Get Record Command
This command is used specifically for fetching records. The get command in DotNet and Python SDKs is listed under miscellaneous commands, which fetches record, team, folder and share folder.
Record History Command
This command is used to list (default action) revisions or changes in a record, view a particular revision, see differences in between revision and restore old revisions in a record. Here revision can be equated to a change version for a specific record
Clipboard Copy Command
This command retrieves data from a record (password, login, TOTP, custom fields) and outputs it to various destinations including clipboard, stdout, or environment variables.
Find Duplicates Command
This command searches for duplicate records in your vault based on various matching criteria. It can display duplicates or automatically merge/remove them.
File Report Command
This command details report of all files that you can access in the vault. Report include Title, Record UID, and File ID
Last updated
Was this helpful?

