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 1128a01 commit b4a6df8Copy full SHA for b4a6df8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.8
4
+
5
+- Support filter option for get (@cynipe)
6
7
## v0.1.7
8
9
- Fix usage output for get command
cmd/version.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
-const version = "0.1.7"
+const version = "0.1.8"
10
11
var versionCommand = &cobra.Command{
12
Use: "version",
0 commit comments