Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
cavetroll
Contributor III
Contributor III

Qlik Sense Source Control

I'm new... so if I sound a little crazy... I'm new lol

What I want:
To be able to connect with a terminal/powershell, download a QVF, unpack the QVF, and then work on it from a text based position if needed. Then Repack the QVF and upload it to the server. Somewhere in there I'd like to check in my code for feature level development. I would also like to download any load scripts ect and keep them with the same data if they don't download from the QVF.

 

What I found:

I can at least drop an include statement into the load scripts and keep all my loadscripts (untested) in a directory and then source control that/those directory/s.

I can use the QMCUtilities to do a manual level click to download and upload the files, there I can kind of do what I want.

Is there anything out there I have missed where I might be able to get this a little more terminal/powershell based?

-Cavetroll
1 Solution

Accepted Solutions
Vegar
MVP
MVP

You should look into the Qlik Cli project.

Qlik-Cli is a PowerShell module that provides a command line interface for managing a Qlik Sense environment

https://github.com/ahaydon/Qlik-Cli

View solution in original post

1 Reply
Vegar
MVP
MVP

You should look into the Qlik Cli project.

Qlik-Cli is a PowerShell module that provides a command line interface for managing a Qlik Sense environment

https://github.com/ahaydon/Qlik-Cli