Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This video will demonstrate how to install and configure Qlik-CLI for SaaS editions of Qlik Sense.
Content:
get-command qlik
choco install qlik-cli
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.
Please help. I can't copy or write the api key, it seems to be disabled
Hello @josemanzod Can you clarify your query? Are you unable to obtain an API key from Qlik Cloud? In which case, have you verified that it is enabled and that you have the correct role (developer)? See Managing API keys.
Or are you experiencing a different issue?
All the best,
Sonja
Hi Sonja.
Yes, I do have the key, but I can't write it in the cmd.
Hello @josemanzod
The API key will not be written out. In my example, I reached the "API-key" section, right-clicked into PowerShell (default paste operation), and then hit return.
The API key was correctly recorded in the context.yml file.
All the best,
Sonja
Hi Sonja.
It was waiting for the api key to be written to the screen.
Thank you.
Get the following error while running any commands but at the same time we are getting the output as well after this error .. i am not sure why I am getting the following error
any help would be much appreciated
Regards,
Bhaskar
Hello @Bhaskarkumar
I cannot reproduce this, so I recommend posting about this directly in our Integration and API forum to see if our active community and support agents can help you get to the bottom of this.
My output (using the command you showed):
All the best,
Sonja
Sure, thanks for the response!
It's happening when I am using Powershell ISE
regards,
Bhaskar
@josemanzod I had the same trouble as you on a few PC's we set this up on. I ended up copying my context.yml file from a working machine to the machine having the issue. You will need to modify the file a little with a text editor, but it works! Here is where the file resides. %userprofile%\.qlik\contexts.yml
Based on your comment, I'm trying to paste API key in PowerShell. But getting below error.
Please help me to resolve the issue.
Thanks,
Saranya