Automatiqal CLI
What it is
Automatiqal CLI is the CLI wrapper around the Automatiqal package.
It allows automating Qlik Sense (QSEoW) administration/deployment tasks by describing them in yaml/json files.
Note
At the moment only Qlik Sense on Windows is supported but SaaS integration is under development
Demo and screenshots
Commands
After installing Automatiqal CLI the list of available commands can be show by just starting automatiqal without any arguments or by using the help flag (automatiqal --help)
Writing runbooks
The easiest way to start writing runbooks is to invoke the sample command. This command will generate a sample runbook and variables files in the current folder:
automatiqal --sample
Automatiqal CLI introduction video