New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qlik-cli

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qlik-cli

Import/Export tool for Qlik Apps

latest
Source
npmnpm
Version
1.0.0-17
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 07 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts