Skip to content

Commit

Permalink
docs: 📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChung committed Apr 9, 2023
1 parent 324e873 commit 01a62ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ make local
> `cprl credentials assume` will prompt you for a role ARN and session name and will configure an AWS profile based on the name you provide it (or you could provide the same information via flags). You can combine `cprl credentials assume` with `cprl credentials output` and make that AWS profile your current active session.
```sh
$ cprl credentials assume --aws-profile=main --role-arn=arn:aws:iam::010203040506:role/dev --session-name=cprl --output-profile=dev
$ cprl --aws-profile=main credentials assume --role-arn=arn:aws:iam::010203040506:role/dev --session-name=cprl --output-profile=dev
$ source <(cprl credentials output --aws-profile=dev)
$ aws sts get-caller-identity
{
Expand Down

0 comments on commit 01a62ee

Please # to comment.