Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Publishing Qlik reports using Command Prompt?

Hi All,

Is it possible to publish qlik reports to server using command prompt?

If yes, please share me the commands and details.

 

Thanks & Regards,

Muni.

Labels (1)
3 Replies
Rodj
Luminary Alumni
Luminary Alumni

Yes, using the Qlik CLI is probably the easiest way.

You can see an example in numerous posts here such as this one.

Cheers,

Rod

rathnam_qv
Creator
Creator
Author

Hi Rod,

Thanks for your time.

But i want to do it using command prompt if that works then i need to check those commands in FlexDeploy.

 

Thanks,

Muni.

 

 

Rodj
Luminary Alumni
Luminary Alumni

I hope I'm wrong but I don't recall ever seeing a native command line capability that will allow you to do that. The APIs available have typically been targeted at tasks like this, but you'll need to have some kind of program in which to use the APIs. The Qlik Engine JSON API Publish method is probably the one to use. I recommended the Qlik CLI as a handy way of accessing this that can be made to run via command line once you have the CLI installed if you are using powershell on a Windows platform. All that said I was kind of assuming you are on Windows but you could be on Kubernetes / OpenShift / Linux stack given you are integrating with a devops and potentially CI/CD scenario? That's not a setup I've played with yet.

Cheers,

Rod