We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f85509 commit 9b0b06cCopy full SHA for 9b0b06c
.sdkauto/generateScript.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-PARAMS=$(cat $1 | jq '{localPath: .specFolder, readmeFiles: .relatedReadmeMdFiles}' -c)
+PARAMS=$(cat $1 | jq '{localPath: .specFolder, readmeFiles: .relatedReadmeMdFiles, $outputPath}' -c --arg outputPath $2)
6
7
pushd generator
8
0 commit comments