qlik-cli 2.15.0 released
Changes in v2.15.0
-
Support for the new automation API with the
automation
commandTerminal window # get an automationqlik automation get <automationId># list automation runsqlik automation run ls --automationId <automationId>See the command documentation here
-
Fix: Fail before request on missing path parameter
Terminal window qlik item update itemId --file ./my_file# now output an explicit error message about required parametersError: required flag(s) "resourceType" not set -
Fix: correct output when using the
--json
for errorsTerminal window qlik extension get don_t_exists --json# now outputs json ready to be parsed{"status": 404,"title": "Not found"}