File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments