prashantkalkar / ec2-cli

CLI to help lookup ec2 instances in aws acount

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Version flag.

prashantkalkar opened this issue · comments

Currently version flag is not supported. Making it difficult to find the running version.

Cobra CLI support for version flag. The implementation details is outlined here: spf13/cobra#943.

This will also require changes in the release process outlined the release documentation.