Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
This video will demonstrate how to install and configure Qlik-CLI for SaaS editions of Qlik Sense.
get-command qlik
choco install qlik-cli --source=https://www.nuget.org/api/v2 --version 2.1.0
Where --version 2.1.0 needs to be replaced by the latest package version. Locate the latest version on Nuget.org. You can also download them from there directly.
if ( -not (Test-Path $PROFILE) ) {
echo "" > $PROFILE
}
qlik completion ps > "./qlik_completion.ps1" # Create a file containing the powershell completion.
. ./qlik_completion.ps1 # Source the completion.
Advanced and additional instructions as seen in the video can be found at Qlik-CLI on Qlik.Dev. Begin with Get Started.