/qliksense-deploy

Simple deployment of QlikSense templates, mashups, and extensions

Primary LanguageJavaScriptMIT LicenseMIT

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