Releases: glassechidna/gossm
Releases · glassechidna/gossm
0.4.0
- Use AWS profile passed in from
--profile
flag (also caches MFA credentials) - Switched to using CloudWatch instead of S3: logs are now streamed for long-running commands
- Support writing output to files (using
-f
flag) instead of the terminal. Files are written to<cmd id>/<instance id>.txt
- Dev: Go 1.11 modules, added unit tests, gofmt
0.3.0
- Work without a TTY
- Works with PowerShell on Windows
- More info in regular more (command ID, etc)
- Read command from stdin if not passed on command-line (useful for quoting issues)
- Added quiet flag
0.2.0
- Support for templated bucket names, e.g.
my-ssm-output-{{.Region}}-{{.AccountId}}
- Can read (optionally templated) bucket name and key prefix from
~/.gossm.yml
- Won't hang when SSM sends commands to instances that are no longer around (workaround for outstanding SSM bug)
0.1.1
- Some bug fixes
- Emit list of instances that received command
0.1.0
- Run on multiple machines at once
- Colourful output 🌈
0.0.1
run on faster ci