Skip to content

Commit 49c3e1a

Browse files
authored
Merge pull request 99designs#183 from wgj/125-remove_sessions_only
Adds documentation for removing sessions
2 parents 67e141b + e227628 commit 49c3e1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ The minimal IAM policy required to rotate your own credentials is:
131131
}
132132
```
133133

134+
## Removing stored sessions
135+
136+
If you want to remove sessions managed by `aws-vault` before they expire, you can do this with the `--session-only` flag.
137+
138+
```bash
139+
aws-vault remove <profile> --sessions-only
140+
```
141+
134142
## Development
135143

136144
Developed with golang, to install run:

0 commit comments

Comments
 (0)