Giter VIP home page Giter VIP logo

deprecated-qlik-cli's Introduction

Build status

npm version

qlik-cli

DEPRECATED and no longer supported. Consider using qlik-oss/corectl instead.

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
  exportAll [app]  Export all Qlik Apps matching app
  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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.