Skip to content

Commit 24bff60

Browse files
committed
make the query example dynamic since the existing example wouldn't work for bulk execute
1 parent 0743817 commit 24bff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/cli/utilities/execute-command-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function prepareExecuteContext(
6565
if (!query) {
6666
throw new AbortError(
6767
'No query provided. Use the --query flag or pipe input via stdin.',
68-
`Example: echo "query { shop { name } }" | shopify app ${commandName}`,
68+
`Example: echo "query { ... }" | shopify app ${commandName}`,
6969
)
7070
}
7171

0 commit comments

Comments
 (0)