Skip to content

Commit

Permalink
Merge pull request #95 from victorskl/chore-20240303
Browse files Browse the repository at this point in the history
Chore updates
  • Loading branch information
victorskl authored Mar 3, 2024
2 parents 41ce238 + e27be53 commit 1462301
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tf:
smoke:
@terraform plan
@npx cdk synth --app "python cdk.py" --profile dev
@cw ls groups
@AWS_PROFILE=dev cw ls groups

.PHONY: doc
doc:
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,23 @@ export AWS_PROFILE=dev
yawsso auto
```

### Set Region

- You can also set region from the config file to the shared credentials file
- Do like so:

```
yawsso -r -p dev
```

```
yawsso -r -p dev:foo
```

```
yawsso -r auto --profile dev
```

### Encryption

`yawsso` can encrypt and decrypt some arbitrary string from `stdin` using [ROT13](https://en.wikipedia.org/wiki/ROT13) (_a simple letter substitution cipher_) as follows.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"aws-cdk": "^2.106.1"
"aws-cdk": "^2.131.0"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1462301

Please sign in to comment.