Skip to content

Commit e227628

Browse files
author
Wes Johnson
committed
Adds documentation for removing sessions
Closes 99designs#125
1 parent 67e141b commit e227628

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)