Skip to content

Commit 9873b12

Browse files
committed
chore: bump version
1 parent 9dc01a6 commit 9873b12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ sesh
166166
You can also use `sesh` directly from the command line:
167167

168168
```sh
169-
sesh [--version|-v] [-b|--browser] [-r|--region REGION] [SSONAME ACCOUNTNAME [ROLENAME]]
169+
sesh [-v|--version] [-b|--browser] [-w|--whoami] [-r|--region REGION] [SSONAME ACCOUNTNAME [ROLENAME]]
170170
```
171171
172172
**Examples:**
@@ -200,7 +200,7 @@ sesh [--version|-v] [-b|--browser] [-r|--region REGION] [SSONAME ACCOUNTNAME [RO
200200
201201
#### Large Number of SSO Accounts
202202
203-
There is a known issue where fetching roles for AWS SSO setups with a very large number of accounts (>30) can trigger AWS API rate limiting (429 errors). To mitigate this, `sesh` only automatically fetches roles on startup if there are fewer than 30 accounts. For larger setups, roles are lazy-loaded when you select an account in the TUI.
203+
There is a known issue where fetching roles for AWS SSO setups with a very large number of accounts (>100) can trigger AWS API rate limiting (429 errors). To mitigate this, `sesh` only automatically fetches roles on startup if there are fewer than 100 accounts. For larger setups, roles are lazy-loaded when you select an account in the TUI.
204204
205205
## 🧹 Uninstall
206206

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
// Constants for limits
4141
const (
4242
maxAccountsForRoleLoading = 100
43-
Version = "0.1.2"
43+
Version = "0.1.3"
4444
)
4545

4646
// Messages

0 commit comments

Comments
 (0)