Keeper-Security / Commander

Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management.
https://www.keepersecurity.com/commander.html
MIT License
184 stars 74 forks source link

Get do not work when there is a `-` as first letter in ID #1164

Closed DuMaM closed 8 months ago

DuMaM commented 9 months ago

Hi,

I try to get properties of such record.

-yN6BHN4RawQkHNmoV64tg

Sadly no matter how hard i try i'm always getting:

My Vault> get -yN6BHN4RawQkHNmoV64tg
the following arguments are required: uid

My Vault> get '-yN6BHN4RawQkHNmoV64tg'
the following arguments are required: uid

My Vault> get "-yN6BHN4RawQkHNmoV64tg"
the following arguments are required: uid

My Vault> get \-yN6BHN4RawQkHNmoV64tg
the following arguments are required: uid

Could somebody help me. Thanks

maksimu commented 9 months ago

get -- -yN6BHN4RawQkHNmoV64tg

Docs Page

DuMaM commented 8 months ago

Thanks it worked.