We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abee63 commit 505a779Copy full SHA for 505a779
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.7
4
+
5
+- Fix usage output for get command
6
+- Rename get command `end` flag to `stop`
7
+- Unexport some exported vars in `cmd` package
8
9
## v0.1.6
10
11
- Add MFA (assumerole) support (@perriea)
cmd/version.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
-const version = "0.1.6"
+const version = "0.1.7"
var versionCommand = &cobra.Command{
12
Use: "version",
0 commit comments