qlik-cli

1.0.0-17 • Public • Published

Build status

npm version

qlik-cli

A command line tool to import/export apps from Qlik Sense Desktop or Server

Introduction

The qlik-cli is a tool that enables Qlik Sense applications to integrate into a DevOps CI/CD workflows. It supports the workflow from the developer desktop to the operational server deployments. Qlik Sense represents it’s packaged application in binary form (.QVF). Binary formats cannot be effectively managed in traditional configuration management and version control systems. The QVF binary format also mixes application development with environmental configuration concerns that can only be overcome with manual procedures during operational deployment.

Installing

Make sure you have Node.js installed.

npm install qlik-cli --global

Command Line

qlik-cli

Commands:
  export <app>  Export Qlik App to json files
  import <app>  Import Qlik App from json files
  importAll     Import all Qlik Apps

Options:
  --version            Show version number
  --endpoint, -e       Websocket endpoint used when connecting to Qlik Desktop/Server.                               [default: "ws://localhost:4848/"]
  --path, -p           Import/Output root path that contains App folders.                                                 [default: "D:\dev\qlik-cli"]
  --user, -u           User name used when connecting to Qlik Server.                                                               [default: "linde"]
  --domain, -d         User domain used when connecting to Qlik Server.                                                   [default: "DESKTOP-APOG7N6"]
  --certPath, -c       Path to certificates used when connecting to Qlik Server.  Must include these files: client.pem, client_key.pem, and root.pem
                                                                                                                                         [default: ""]
  --transformPath, -t  Configuration transform root path that contains App folders.
  --info, -i           Log info messages.                                                                                             [default: false]
  --help               Show help                                                                                                             [boolean]

Compatibility

This tool was tested with Desktop 3.2.2 and Hub 3.2.1

Readme

Keywords

none

Package Sidebar

Install

npm i qlik-cli

Weekly Downloads

16

Version

1.0.0-17

License

ISC

Last publish

Collaborators

  • marklindell
  • tombrothers