File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1- 0.4.0 (unreleased)
1+ 0.4.1 (2019-08-12)
2+ ------------------
3+
4+
5+ * Homebrew package is now available
6+
7+ 0.4.0 (2019-08-11)
28------------------
39
410* Add ** bootstrap** , which downloads session-manager-plugin on macOS
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ These instructions will get you a copy of the project up and running on your loc
2929pip install aws-gate
3030```
3131
32+ or via Homebrew
33+
34+ ```
35+ brew tap xen0l/homebrew-taps
36+ brew install aws-gate
37+ ```
38+
3239### Features
3340
3441#### config and config.d support
Original file line number Diff line number Diff line change 1- __version__ = '0.4.0 '
1+ __version__ = '0.4.1 '
22__description__ = 'aws-gate - AWS SSM Session Manager client CLI'
You can’t perform that action at this time.
0 commit comments