Skip to content

Commit c27ee08

Browse files
authored
Merge pull request #116 from nordstad/add-uv-install-instructions
docs: add uv install instructions
2 parents 5785ccd + 10d29df commit c27ee08

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 cred
2727
pip install yawsso
2828
```
2929

30+
- Or install globally with [uv](https://docs.astral.sh/uv/):
31+
```commandline
32+
uv tool install yawsso
33+
```
34+
35+
- Or add to a project:
36+
```commandline
37+
uv add yawsso
38+
```
39+
3040
- Do your per normal SSO login and, have at least one active SSO session cache:
3141
```commandline
3242
aws sso login --profile dev

0 commit comments

Comments
 (0)