tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

Add version output #5

Closed KeisukeYamashita closed 3 years ago

KeisukeYamashita commented 3 years ago

What

Add version that will be shown when --version or -v is passed

$ ecsgo --version
ecsgo version Version: v1.0.0, Commit: xxxxxx, Built date: 2021-03-10 18:10:30, Built by: goreleaser

Why

To know which release am I using.

tedsmitt commented 3 years ago

LGTM, thanks for the contribution!