A very quick update on what's new for qlBuilder.
In the new v1.6.1
- new
download
command. This commands allows downloading of the configuredappId
to the local drive (with the option to download the app without data) - couple of small bug fixes
- if the configured host was ending with a
/
then the authentication response was returning400 Bad Request
- there was a wrong presumption that Windows authentication can be performed only on the default virtual proxy (without a prefix)
- a bit of code refactoring (more to be done here)
- dependency updates
- if the configured host was ending with a
To update just run the npm install command
npm install -g qlbuilder
And a bit for what's next:
- more automated testing is needed
- explore the possibility of password-less/interactive login