Skip to content
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.0 beta release #63

Merged
merged 33 commits into from
Jan 28, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f8625a6
Do not list unless prompted to list (#21)
AndrewCopeland Jan 8, 2021
d5dd264
Push current README changes for review
infamousjoeg Jan 8, 2021
6a5ba00
Fix typo to resolve issue #23 (#24)
AndrewCopeland Jan 8, 2021
a1abeec
modify the application CMD for authn-<action> (#25)
AndrewCopeland Jan 8, 2021
26fa9fe
Fix unit tests (#26)
AndrewCopeland Jan 8, 2021
06fb635
fix dev example
infamousjoeg Jan 8, 2021
a2f1710
Added code of conduct, contributing, updated readme
infamousjoeg Jan 9, 2021
99eaf76
v0.0.4-alpha
infamousjoeg Jan 11, 2021
7c167ea
Conjur commands (#27)
AndrewCopeland Jan 11, 2021
bb3b27e
Update conjur.go
infamousjoeg Jan 11, 2021
8f8a584
Merge branch 'dev' of https://github.com/infamousjoeg/pas-api-go into…
infamousjoeg Jan 11, 2021
bea2fbb
Safe members (#29)
AndrewCopeland Jan 11, 2021
e0fde5c
Number of Days will not be omitted when 0
AndrewCopeland Jan 12, 2021
f3aefd7
Dev creating application flow (#34)
AndrewCopeland Jan 12, 2021
e3f0d02
Merge branch 'main' into dev
AndrewCopeland Jan 12, 2021
33706b4
v0.0.5-alpha Ready for Release (#35)
infamousjoeg Jan 13, 2021
389cb05
Add new line to commands #33 (#39)
AndrewCopeland Jan 13, 2021
43aea0e
#38 Add cybr conjur logoff command (#40)
AndrewCopeland Jan 13, 2021
1dc2342
#44 refactor api tests (#45)
AndrewCopeland Jan 14, 2021
f8c0e92
Add #37 add verbose v006 (#41)
AndrewCopeland Jan 15, 2021
6c5dbc3
Fix #42 RADIUS authentication support for push, append, challenge/res…
infamousjoeg Jan 15, 2021
9b3901d
#30 Unsuspend a user from failed logon attempts (#43)
AndrewCopeland Jan 15, 2021
0c2cbfd
Merge branch 'main' into v006
infamousjoeg Jan 15, 2021
02f5804
Add logger to user api pkg
AndrewCopeland Jan 15, 2021
1116688
Remove duplicate tests
AndrewCopeland Jan 15, 2021
55ea054
Implement client.GetLogger() function so null logger cannot be returned
AndrewCopeland Jan 15, 2021
be45d70
Fix 52 conjur logon fail (#53)
AndrewCopeland Jan 20, 2021
6d6557d
Fix #52 conjur logon fail (#54)
AndrewCopeland Jan 27, 2021
f5bc894
Fix #32 add cybr logon --non-interactive (#56)
AndrewCopeland Jan 28, 2021
bebf180
#49 add account actions (#57)
AndrewCopeland Jan 28, 2021
c833c82
Add ability to auto generate docs (#61)
AndrewCopeland Jan 28, 2021
2f0c61e
Fix #31 users cmds v0.1.0 (#55)
AndrewCopeland Jan 28, 2021
3057760
prep for v0.1.0-beta release (#62)
infamousjoeg Jan 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into dev
  • Loading branch information
AndrewCopeland authored Jan 12, 2021
commit e3f0d02d22c427bb58578d4b28bf0569a89ecf25
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
- [Contributions](#contributions)
- [License](#license)

## Install

### MacOS

```shell
$ brew install cybr-cli
```

### Windows or Linux

Download from the [Releases](https://github.com/infamousjoeg/cybr-cli/releases) page.

## Usage

### Command-Line Interface (CLI)
Expand Down Expand Up @@ -600,4 +612,4 @@ Pull Requests are currently being accepted. Please read and follow the guidelin

## License

[Apache 2.0](LICENSE)
[Apache 2.0](LICENSE)
You are viewing a condensed version of this merge commit. You can view the full changes here.