Skip to content

Commit 39753af

Browse files
committed
refreshed manifest
1 parent d209e50 commit 39753af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/cli/oclif.manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,10 +1212,24 @@
12121212
"name": "store",
12131213
"type": "option"
12141214
},
1215+
"variable-file": {
1216+
"description": "Path to a file containing GraphQL variables in JSON format. Can't be used with --variables.",
1217+
"env": "SHOPIFY_FLAG_VARIABLE_FILE",
1218+
"exclusive": [
1219+
"variables"
1220+
],
1221+
"hasDynamicHelp": false,
1222+
"multiple": false,
1223+
"name": "variable-file",
1224+
"type": "option"
1225+
},
12151226
"variables": {
12161227
"char": "v",
12171228
"description": "The values for any GraphQL variables in your query or mutation, in JSON format.",
12181229
"env": "SHOPIFY_FLAG_VARIABLES",
1230+
"exclusive": [
1231+
"variable-file"
1232+
],
12191233
"hasDynamicHelp": false,
12201234
"multiple": false,
12211235
"name": "variables",

0 commit comments

Comments
 (0)