cybr-cli icon indicating copy to clipboard operation
cybr-cli copied to clipboard

Human-readable return

Open AndrewCopeland opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Difficult to read returned content as a human

Describe the solution you'd like Add a root level flag for displaying results in table human readable form.

$ ./cybr-cli accounts list
ID     |SafeName            |PlatformID                         |UserName                            |Address
----------------------------------------------------------------------------------------------------------------------------------------------------------
 42_37 | DemoSafe           | AWSAccessKeys                     | cyberarktest                       |
 42_36 | DemoSafe           | AWS                               | cyberarktest                       | https://834849849484.signin.aws.amazon.com/console
 23_4  | D-Win-DomainAdmins | WinDomain                         | Svc_CyberArkRecon                  | 10.0.4.48
 23_3  | D-Win-DomainAdmins | WinDomain                         | adm_stan                           | 10.0.4.48
 23_5  | D-Win-DomainAdmins | WinDomain                         | Administrator                      | 127.0.0.1
 24_5  | D-Win-LocalAdmins  | WinDesktopLocal                   | Administrator                      | 127.0.0.1
 40_7  | D-Win-SvcAccts     | WinDomain                         | Svc_CybrCLI                        | 10.0.4.48
 40_3  | D-Win-SvcAccts     | WindowsDomainAccount-DualAccounts | dualaccount1                       | 10.0.4.48
 40_4  | D-Win-SvcAccts     | WindowsDomainAccount-DualAccounts | dualaccount2                       | 10.0.4.48
 2_3   | VaultInternal      | WinDomain                         | [email protected] | 10.0.4.48

AndrewCopeland avatar Jan 13 '21 02:01 AndrewCopeland