All notable changes to this project will be documented in this file.
- updated initial script (
create
command) to be in sync with QS's initial script. At the moment the initial script is GB specific. Please use the template functionality to change the initial script for your region
- printing the reload progress is now handled by mGetReloadProgress (enigma-mixin)
- dependency updates
- two new arguments for
reload
command-ro, --reload-output <LOCATION>
- after reload is complete (ok or with errors) the reload log is saved inside<LOCATION>
folder-roo, --reload-output-overwrite <LOCATION>
- similar to the above command but the reload log will overwrite any existing reload log (for the same app)
- dependency updates
download
command works with Qlik Cloud as well #146- dependency updates
- dependency updates
- enigma schema is bundled in the release
- dependency updates
- [fix] missed typo that was leading to auth issue (again)
- [fix] - re-appearance of an issue where the auth was stuck on QS Desktop
- [add] #61 new command
appDetails
- display details for the configured app- id
- name
- size
- published
- stream id
- stream name
- publish time
- created date
- last modified date
- last reload date
- description
- [add] #60 new command
createApp
- creates brand new app in the targeted environment. Once the app is created theconfig.yml
is updated and the target environment appId is updated with the new app id.
- [fix] #59 authentication method is called correctly
- [add] #48 post install and uninstall scripts
- post install will create templates folder and
qlBuilder.yml
file (populates with sample data) - uninstall will delete
qlBuilder.yml
file only! Templates folder will be left.
- post install will create templates folder and
- [fix] #55 additional check if the auth method in
config.yml
is a valid method name.- for QS Desktop not auth method is required. If the url have
:4848
all auth checks are skipped
- for QS Desktop not auth method is required. If the url have
- [fix] #54 Qlik comm errors for
getScript
are now captured. eg section accessAccess denied
- [add] #49 new command
templates
- list the available script and config templatescreate
- optional sub-command that will create an empty templates folder structure
- [add] #38 new optional arguments for
create
command-s
or--script
- the creation process will copy the script files from the specified template folder-c
or--config
- the creation process will copy the template yml from the template folder asconfig.yml
into the current folder
- [add] #40 new set of commands:
section add
- add new script section on a specific positionsection remove
- remove one or many script sections. Once the operation is completed the existing sections are re-numberedsection move
- move script sectionsection renumber
- re-number all script section so their names are continuous
- [fix]
setScript
saves the app at the end
- [add] #39 new command
cred
- list the names of all saved credential environments (from.qlBuilder.yml
)
- codebase is TypeScript
- new command
download
- download the specified appid with or without data at user specified location