Skip to content

Commands Overview

Butler Sheet Icons provides commands for Qlik Sense Cloud, Qlik Sense Enterprise on Windows (QSEoW), and browser management utilities.

Command Structure

bash
butler-sheet-icons <platform> <command> [options]
  • <platform>: qscloud, qseow, or browser
  • <command>: Specific action to perform
  • [options]: Command-specific parameters

Quick Reference

PlatformCommandPurpose
qscloudcreate-sheet-iconsCreate thumbnails for QS Cloud apps
qscloudremove-sheet-iconsRemove thumbnails from QS Cloud apps
qscloudlist-collectionsList available collections
qseowcreate-sheet-thumbnailsCreate thumbnails for QSEoW apps
qseowcreate-sheet-iconsAlias of create-sheet-thumbnails
qseowremove-sheet-iconsRemove thumbnails from QSEoW apps
browserinstallInstall browser for BSI
browserlist-installedShow installed browsers
browserlist-availableShow available browsers for download
browseruninstallRemove specific browser
browseruninstall-allRemove all browsers

Global Options

These options are available for most commands:

OptionDescriptionDefault
--loglevelLogging verbosityinfo
--helpShow command help-
--versionShow version information-

Log Levels

  • error - Only errors
  • warn - Warnings and errors
  • info - General information (default)
  • verbose - Detailed operation info
  • debug - Debug information
  • silly - Everything including websocket traffic

Detailed command references

Use these pages for complete, per-platform command details:

For browser cache locations, troubleshooting, and full browser command docs, see the dedicated Browser Commands page.

For environment variables, see Environment variables. For security and platform signing details, see Security.

Getting Help

For any command, use --help to see detailed options:

bash
butler-sheet-icons --help
butler-sheet-icons qscloud --help
butler-sheet-icons qscloud create-sheet-icons --help
butler-sheet-icons qseow create-sheet-thumbnails --help
butler-sheet-icons browser --help

Released under the MIT License.