3.0.0 • Published 6 years ago

qliksense-deploy v3.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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