ahmednuaman / qliksense-deploy

Simple deployment of QlikSense templates, mashups, and extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QlikSense deploy

This is to be used with qliksense-template or qliksense-extension!

How to use

HOST=http://qliksense-host/static_user/qrs/ USERID=QRS-USER MASHUP=yes qliksense-deploy

Environment variable MASHUP is optional, but if it is defined then you need to ensure your package.json includes:

"deploy": {
  "id": "mashup-unique-id", // usually same as package.json's name
  "cdn": "mashup_unique_id_content" // same as id except snake case with _content at the end
}

You can also pass PKG_NAME as an envrionment variable to override using the name property in package.json

About

Simple deployment of QlikSense templates, mashups, and extensions

License:MIT License


Languages

Language:JavaScript 100.0%