Sergey Kolupaev

Results 91 comments of Sergey Kolupaev

Commander supports `--format` argument for commands with table-like output. `search` command output is not a table though it can be redirected to json format. There are `list`, `list-sf`, and `list-team`...

It is really hard to tell what causes this error. Can you verify the content of the `config.json` file? This file is located in the `.keeper` folder in your %HOME%\Documents....

These changes make total sense. We will add them to the next Commander release. Thanks

Sorry we did not respond to this thread. This change has been released https://github.com/Keeper-Security/Commander/blame/6c374c87075e800b551697dfe2da47e15dea2118/keepercommander/vault_extensions.py#L118

You are correct. The `clipboard-copy` command does not work with compound fields. The `host` contains two values: hostname and port. This issue will be fixed in the next release. Thank...

Commander v16.11.20 has been published It supports compound fields, the fields that contain multiple properties `host` field is defined as `{'hostName': '', 'port': ''}` ``` My Vault> rti -lf keyPair...

Thank you for reporting this issue. We were able to duplicate it. Keeper .Net SDK 1.1.0 adds net8 target. It lets us get rid of BouncyCastle dependency. Net8 API contains...

Folder `TestFolder1234` should exist and be listed by `kdir` command. If this folder is not found then a record is created in the vault root. You can use a full...

If a Keeper client is used in a hosted environment (there is no user interaction) we suggest to prepare a configuration file `config.json` so the Device Approval and Two Factor...