Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Amay_cpai
Contributor III
Contributor III

Qlik Saas deployment automation using qlik cli

Hi Community,

I am trying to automate deployment process in qliksense saas using qlik cli. I am able to setup qlik cli and do basic script like connecting to tenants, exporting app, creating spaces etc.. (not an expert in powershell). I am looking for script which would do all these steps in a sequence.

Exporting app from a tenant

Creating a space if not available on a new tenant 

Import a new app or replace an existing one and make sheets public 

Do anyone has a powershell script for these kind of activities in qlik cli on different tenants.

Thanks in advance.

Qlik Sense Business Qlik Application Automation OEM 

 

Labels (1)
1 Reply
Lisa_Sun
Support
Support

I believe you can create windows batch file to run qlik-cli windows command.

1. Create windows batch file

https://www.windowscentral.com/how-create-and-run-batch-file-windows-10

2. Qlik-Cli on SaaS: export app

https://qlik.dev/libraries-and-tools/qlik-cli/app-export

https://www.youtube.com/watch?v=yVYx4eF6yF8

3. Create space

https://qlik.dev/libraries-and-tools/qlik-cli/space-create

https://qlik.dev/libraries-and-tools/qlik-cli/app-import

https://qlik.dev/libraries-and-tools/qlik-cli/app-publish-update

4. Publish app object

https://qlik.dev/libraries-and-tools/qlik-cli/app-object-publish

 

 

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!