Skip to content

Commit

Permalink
increased version and added information about kwhitlock contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
venth committed Feb 16, 2017
1 parent d48c55d commit 673ae33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ As of version 0.2.0, this tool acts on the 'default' profile unless an alternate
```
$ aws-adfs login --help 13:38
Usage: aws-adfs login [OPTIONS]
Authenticates an user with active directory credentials
Options:
--profile TEXT AWS cli profile that will be authenticated.
After successful authentication just use:
Expand All @@ -128,6 +128,8 @@ As of version 0.2.0, this tool acts on the 'default' profile unless an alternate
configuration
--output-format [json|text|table]
Output format used by aws cli
--provider-id TEXT Provider ID, e.g urn:amazon:webservices
(optional)
--help Show this message and exit.
```

Expand Down Expand Up @@ -163,3 +165,4 @@ As of version 0.2.0, this tool acts on the 'default' profile unless an alternate
* [Brandond](https://github.com/brandond) for: Improve handling of role selection
* [Brandond](https://github.com/brandond) for: Improve handling of errors caused by excessive cookie growth
* [Brandond](https://github.com/brandond) for: Default to 'default' profile, in line with other AWS tools
* [kwhitlock](https://github.com/kwhitlock) for: Added extra option "--provider-id"
2 changes: 1 addition & 1 deletion aws_adfs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 673ae33

Please sign in to comment.