Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 17, 2023
1 parent 5a3af8f commit 03328cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<a href="https://codecov.io/gh/containerscrew/aws-sso-auth">
<img alt="codecov" src="https://codecov.io/gh/containerscrew/aws-sso-auth/branch/main/graph/badge.svg">
</a>
<a href="https://github.com/containerscrew/aws-sso-rs/releases/latest">
<img alt="Release" src="https://img.shields.io/github/release/containerscrew/aws-sso-rs">
<a href="https://github.com/containerscrew/aws-sso-auth/releases/latest">
<img alt="Release" src="https://img.shields.io/github/release/containerscrew/aws-sso-auth">
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=containerscrew&repository=aws-sso-auth">
<img alt="GitHub Releases Stats" src="https://img.shields.io/github/downloads/containerscrew/aws-sso-auth/total.svg?logo=github">
Expand Down Expand Up @@ -44,8 +44,8 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Pipeline badges
![Test Status](https://github.com/containerscrew/aws-sso-rs/actions/workflows/test.yml/badge.svg)
![Release Status](https://github.com/containerscrew/aws-sso-rs/actions/workflows/release.yml/badge.svg)
![Test Status](https://github.com/containerscrew/aws-sso-auth/actions/workflows/test.yml/badge.svg)
![Release Status](https://github.com/containerscrew/aws-sso-auth/actions/workflows/release.yml/badge.svg)
![Git Leaks Status](https://github.com/containerscrew/aws-sso-auth/actions/workflows/gitleaks.yml/badge.svg)
![Coverage](https://github.com/containerscrew/aws-sso-auth/actions/workflows/coverage.yml/badge.svg)

Expand All @@ -65,7 +65,7 @@
# Usage

```bash
aws-sso-rs --start-url https://XXXXXX.awsapps.com/start --region eu-west-1
aws-sso-auth --start-url https://XXXXXX.awsapps.com/start --region eu-west-1
```

* **start_url:** your start URL of SSO AWS app (https://docs.aws.amazon.com/singlesignon/latest/userguide/howtochangeURL.html)
Expand Down

0 comments on commit 03328cd

Please sign in to comment.