1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Merge pull request #894 from TorstenDittmann/patch-2

fix function packaging powershell command
This commit is contained in:
Eldad A. Fux 2021-02-10 21:05:11 +02:00 committed by GitHub
commit c2d58664ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -596,7 +596,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
<p><b>PowerShell</b></p>
<div class="margin-bottom">
<textarea type="hidden" data-ls-bind="appwrite functions createTag \
<textarea type="hidden" data-ls-bind="appwrite functions createTag ,
--functionId={{project-function.$id}} ,
--command='mycommand' ,
--code='/myrepo/myfunction'" data-forms-code="powershell" data-lang="powershell" data-lang-label="PowerShell"></textarea>
@ -640,4 +640,4 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
</div>
</div>