Skip to content

<< qlik app

qlik app import

Description

Imports an app into the system. This operation in autoreplace mode is supported only in EFE mode.

Usage

qlik app import [flags]

Flags

Local
  • --appId (string) - The app ID of the target app when source is qvw file.

  • --fallbackName (string) - The name of the target app when source does not have a specified name, applicable if source is qvw file.

  • --file (string) [shorthand:-f] - Path of the source app.

  • --fileId (string) - The file ID to be downloaded from TCS and used during import.

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

  • --interval (int) - Duration in seconds to wait between retries, at least 1 (default 1)

  • --mode (new) - The import mode. In new mode (default), the source app will be imported as a new app with generated attributes.

  • In (autoreplace) - mode, the attributes from the source app will be retained and imported with the app.

  • The (app-id) - is extracted from the source app and used as the target app-id. If the app exists, it will be replaced.

  • Approved (objects) - in the target app that are not available in the source app will be removed.

  • Non-approved (objects) - in the target app will not be removed.

  • One (of) - :

  • * (NE) - W

  • * (AUTOREPLAC) - E

  • --name (string) - The name of the target app.

  • --quiet [shorthand:-q] - Return only ids from the command

  • --raw - Return original response from server without any processing

  • --resumable - Make a resumable request, recommended for large payloads

  • --retry (int) - Number of retries to do before failing, max 10

  • --spaceId (string) - The space ID of the target app.

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