-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.1.2-beta Release #104
v0.1.2-beta Release #104
Conversation
* Add auto completion tab for fish, bash, zsh and powershell * Update README to include instuctions for auto-complete
* Add installation instruction for AWS CloudShell (#101) * #90 add no limit to default cybr conjur list command (#94) * Revert "#90 add no limit to default cybr conjur list command (#94)" This reverts commit 04d2f8c. Co-authored-by: Quincy Cheng <quincy.cheng@gmail.com> Co-authored-by: Andrew Copeland <50109276+AndrewCopeland@users.noreply.github.com>
* Change platform properties to map[string]string to me consistent with requests.AddAccount * #44 move an account to a new safe
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good to me. Performed manually testing to get a feel for the new features within the cybr cli. Updated your comment to what the release notes should be.
Added:
cybr logon --concurrent
allows concurrent REST API sessions (Add concurrent sessions to the CLI #88 #89)cybr completion
allows for auto tab completion (#70 Add auto completion tab for fish, bash, zsh and powershell #83)cybr account move
allows ability to move an account from current safe to a new safe (V0.1.2 beta #47 account move #93)cybr logon --password
allows the ability to logon non-interactively. This allows ability to logon withcybr ccp get-account
(Add --password flag so CCP can retrieve REST API password #66 #92)Fixed
cybr conjur logon
bug fixed when running on windows (Resolves #98 so windows login works correctly #99)cybr conjur logon
now allows more than 2 certificates in retrieved certificate chain (#96 allow more than 2 certificates in cert chain #97)Changed
cybr conjur list
removed default limit (Revert "#90 add no limit to default cybr conjur list command" #102)