Skip to content

Commit d995c6b

Browse files
committed
dryrun to show rendered query
1 parent 21965a9 commit d995c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ async function getStackqlCommand(core) {
9494

9595
args.push(`--output='${output}'`);
9696
dryRunArgs.push(`--output='text'`);
97+
dryRunArgs.push(`--dryrun`);
9798

9899
try {
99100
const stackqlQuery = `stackql ${args.join(" ")}`;

0 commit comments

Comments
 (0)