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.
2 parents 1d5293d + 9b3d997 commit a55ddd9Copy full SHA for a55ddd9
templates/cli/lib/commands/command.js.twig
@@ -47,6 +47,7 @@ const {{ service.name | caseLower }}{{ method.name | caseUcfirst }} = async ({ {
47
let archivePath = fs.realpathSync('code.tar.gz')
48
if (typeof archivePath !== 'undefined') {
49
payload['{{ parameter.name }}'] = archivePath;
50
+ {{ parameter.name }} = archivePath;
51
}
52
53
{% elseif parameter.type == 'file' %}
0 commit comments