- @meirshal Exit with an error if the SSM command does not complete successfully
- @davegallant Let the shell find bash for better portability
- @Lugoues support tunnels other than ssh (via use of
-f
flag)
- @Lugoues Better handling of regions and reading of AWS_REGION env var
- @jValdron Allow passing a document to all sessions
- Hotfixed a default profile bug
- Added sha256 auto generation to version releases.
- Added the ability to specify if the command is long running
- Added addition feature to be able to run ssm documents on an instance
- @JonaC22 check for session manager plugin in additional location
- Support for specifying an instance by tag
- Update readme
- Change interactive flag to be consistent with other tooling
- added -x flag to pass in instance ID directly
- Added some additional help
- added github action to release
- Added version flag
- Moved session manager check
- Check for AWS CLI version
- Install session manager plugin if not present
- Fixed session manager plugin check
- Inital release