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 0259104 commit 9217dc5Copy full SHA for 9217dc5
Changes
@@ -0,0 +1,5 @@
1
+v0.0.2 2022-01-05
2
+--------------------
3
+- Add support for listing a customer's metafields
4
+- Add support for setting --access-token via SHOPIFY_API_TOKEN
5
+- Fix bug preventing metafields from being output as JSONL
sdt.go
@@ -11,7 +11,7 @@ import (
11
"github.com/ScreenStaring/shopify-dev-tools/cmd/webhooks"
12
)
13
14
-const version = "0.0.3"
+const version = "0.0.2"
15
16
func main() {
17
app := &cli.App{
0 commit comments