import-library-content
Imports content into the library.
import-library-content [-b value | --bootstrap-config=value] [-t value | --tool-password=value] <-p value | --file-path=value> <-m value | --conflict-resolution-mode=value> <-u value | --user=value> [-e <true|false> | --prune-empty-directories=<true|false>] [-a <true|false> | --include-access-rights=<true|false>] [-i value | --item-type=value] [-l value | --library-path=value]
Options
Option | Optional or Required | Default Value | Description |
---|---|---|---|
-b value --bootstrap-config=value |
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
-t value --tool-password=value |
Optional | true | The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. See Bootstrap.xml file help topic for more information. |
-p value --file-path=value |
Required | none | The file system path to the file that should be imported into the library. This should be the result of a previous library export and with a name ending with .part0.zip. If the export consists of several parts (ending with .part1.zip and so on), these must be placed in the same folder. |
-m value --conflict-resolution-mode=value |
Required | none | Sets the conflict resolution mode that should be used if there is a conflict with existing content in the library path given. The conflict resolution mode is applied for each conflicting item that is imported. Valid values are KEEP_NEW, KEEP_OLD, and KEEP_BOTH. |
-u value --user=value |
Required | none | The user performing the import should be a Library Administrator. Unless the user is part of the configured default domain, the name of the user needs to include the user's domain name, like DOMAIN\user or user@domain. |
-e <true|false> --prune-empty-directories=<true|false> |
Optional | false | Specifies if empty directories should be created. |
-a <true|false> --include-access-rights=<true|false> |
Optional | true | Specifies if access rights should be imported. |
-i value --item-type=value |
Optional | all_items | Which item types that should be imported into the library. Valid values are: all_items, colorschemes, information_model, analysis_files, and datafunctions. |
-l value --library-path=value |
Optional | / | The path in the library where the content is imported. The path must specify an existing folder in the library. |
Copyright © TIBCO Software Inc. All rights reserved.