Skip to content

Commit 1240d71

Browse files
committed
update README
1 parent 852ff58 commit 1240d71

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,31 @@
22

33
## Description
44

5-
Switch between temporary AWS SSO credentials of all your AWS accounts using the command-line. Using the official AWS Cli v2, it is required to create a profile for *each* account, which is not practical if you're working with a big (growing) list of accounts and/or multiple instances of AWS SSO.
5+
Switch between temporary AWS SSO credentials of all your AWS accounts using the command-line. Using the official AWS Cli v2, it is required to create a profile for _each_ account, which is not practical if you're working with a big (growing) list of accounts and/or multiple instances of AWS SSO.
66

77
![Demo](demo.gif)
88

99
## Features
1010

11-
* Generates temporary AWS SSO credentials from the commandline.
12-
* Configure SSO profiles for jumping between different instances of AWS SSO
13-
* Re-authenticates whenever the access token becomes invalid.
14-
* Interactively prompts for Proiles/Accounts/Roles if not supplied through options
11+
- Generates temporary AWS SSO credentials from the commandline
12+
- Configure SSO profiles for jumping between different instances of AWS SSO
13+
- Re-authenticates whenever the access token becomes invalid
14+
- Interactively prompts for Proiles/Accounts/Roles if not supplied through options
15+
- Ability to open web console of selected account
1516

1617
## Requirements
17-
* Node.js **v14** or higher
18+
19+
- Node.js **v14** or higher
1820

1921
## Setup
22+
2023
Install with npm:
24+
2125
```bash
2226
npm install -g aws-sso-cli
2327
```
2428

25-
By default, the utility prints out the `export` statements for the credentials (similar to the web frontend). If you want to have them exported automatically, you can set up a function in your .bashrc or .zshrc file that can run the export commands like so:
29+
By default, the utility prints out the `export` statements for the credentials (similar to the web frontend). If you want to have them exported automatically, you can set up a function in your .bashrc or .zshrc file that can run the export commands like so:
2630

2731
```bash
2832
aws-sso-cli() {

0 commit comments

Comments
 (0)