Skip to content

<< qlik app

qlik app unbuild

Description

Extracts generic objects, dimensions, measures, variables, reload script and connections from an app in an engine into separate json and yaml files. In addition to the resources from the app a config.yml configuration file is generated that binds them all together. Passwords in the connection definitions can not be exported from the app and hence need to be handled manually. Generic Object trees (e.g. Qlik Sense sheets) are exported as a full property tree which means that child objects are found inside the parent´s json (the qChildren array).

Usage

qlik app unbuild [flags]

Flags

Local
  • --app (string) [shorthand:-a] - Name or identifier of the app

  • --dir (string) - Path to a the folder where the unbuilt app is exported (default "./-unbuild")

  • --help [shorthand:-h] - help for unbuild

Global
  • --config (string) [shorthand:-c]- path/to/config.yml where parameters can be set instead of on the command line

  • --context (string) - Name of the context used when connecting to Qlik Associative Engine

  • --headers (stringToString) - Http headers to use when connecting to Qlik Associative Engine (default [])

  • --insecure - Enabling insecure will make it possible to connect using self signed certificates

  • --json - Returns output in JSON format if possible, disables verbose and traffic output

  • --server (string) [shorthand:-s]- URL to a Qlik Sense server (SaaS or Enterprise on Windows) or directly to a Qlik Associative Engine

  • --server-type (string) - The type of server you are using: cloud (SaaS), windows (Enterprise on Windows) or engine

  • --verbose [shorthand:-v]- Log extra information