We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5785ccd + 10d29df commit c27ee08Copy full SHA for c27ee08
1 file changed
README.md
@@ -27,6 +27,16 @@ Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 cred
27
pip install yawsso
28
```
29
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
37
+uv add yawsso
38
39
40
- Do your per normal SSO login and, have at least one active SSO session cache:
41
```commandline
42
aws sso login --profile dev
0 commit comments