Qlik-Cli-Windows
Qlik-Cli-Windows copied to clipboard
Qlik-Cli for Windows
Is there a way to use qlik-cli-windows to copy apps / streams from one server to another? We have a test server that we want to run as a copy...
Hi! Would it be possible if you can add "-OnFailure" in the Add-QlikTrigger function? We would love to get an email if a task fails and this is possible to...
I am digging through this project in VSCode and I'm noticing that I can't seem to jump to definition when looking up the names of functions. Is there a setup...
Hi @ahaydon, i am trying to export the apps using following code Get-PfxCertificate -FilePath C:\Certificates\CLI\client.pfx | Connect-Qlik -ComputerName siiplqlikdev -Username siiplqlikdev\qlikservice -TrustAllCerts $myserver = "siiplqlikdev" $folder = "c:\Qlik Backup" Connect-Qlik...
It is not possible to remove the credentials of a dataconnection. With `New-QlikDataconnection` you can pass nothing or `$null` and the credentials will be empty. Passing `$null` to the `Update-QlikDataconnection`...
Hi , we are experiencing issue to call our existing scripts that are build using Qlik-cli on Nov-2022 patch 3, earlier they are running fine with feb 2022 qliksense version....
Hello, I have a question, Is it possible to create a function in order to update/rename and delete a trigger ? There is only the function Add-QlikTrigger. And I'm wondering...
Example case ModuleVersion = 1.22.0: Step1: Script: $objectTypes = "App", "ServerNodeConfiguration", "Stream" $chouceValue = "DEVELOPING", "ISOLATED", "PRODUCTION", "TASK" New-QlikCustomProperty -name "BALANCING_TYPE" -valueType "Text" -choiceValues $chouceValue -objectTypes $objectTypes Result: customProperties added...
Hi, By what parameter or procedure can I identify between a task that runs at some time and a task that runs after another task? Thank you!