File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 148148 "char" : " q" ,
149149 "description" : " The GraphQL query or mutation to run as a bulk operation. If omitted, reads from standard input." ,
150150 "env" : " SHOPIFY_FLAG_QUERY" ,
151+ "exclusive" : [
152+ " query-file"
153+ ],
151154 "hasDynamicHelp" : false ,
152155 "multiple" : false ,
153156 "name" : " query" ,
154157 "required" : false ,
155158 "type" : " option"
156159 },
160+ "query-file" : {
161+ "description" : " Path to a file containing the GraphQL query or mutation. Can't be used with --query." ,
162+ "env" : " SHOPIFY_FLAG_QUERY_FILE" ,
163+ "exclusive" : [
164+ " query"
165+ ],
166+ "hasDynamicHelp" : false ,
167+ "multiple" : false ,
168+ "name" : " query-file" ,
169+ "type" : " option"
170+ },
157171 "reset" : {
158172 "allowNo" : false ,
159173 "description" : " Reset all your settings." ,
11861200 "char" : " q" ,
11871201 "description" : " The GraphQL query or mutation, as a string." ,
11881202 "env" : " SHOPIFY_FLAG_QUERY" ,
1203+ "exclusive" : [
1204+ " query-file"
1205+ ],
11891206 "hasDynamicHelp" : false ,
11901207 "multiple" : false ,
11911208 "name" : " query" ,
11921209 "required" : false ,
11931210 "type" : " option"
11941211 },
1212+ "query-file" : {
1213+ "description" : " Path to a file containing the GraphQL query or mutation. Can't be used with --query." ,
1214+ "env" : " SHOPIFY_FLAG_QUERY_FILE" ,
1215+ "exclusive" : [
1216+ " query"
1217+ ],
1218+ "hasDynamicHelp" : false ,
1219+ "multiple" : false ,
1220+ "name" : " query-file" ,
1221+ "type" : " option"
1222+ },
11951223 "reset" : {
11961224 "allowNo" : false ,
11971225 "description" : " Reset all your settings." ,
You can’t perform that action at this time.
0 commit comments