The following command imports Workbench content from a specified folder:
runcommand.sh IFCR importContent relative_path source
where:
relative_path specifies the location within Workbench where the content is to be imported. The path is relative to the location of your application in the Workbench.
source is the pathname of the folder from which the Workbench content is imported. You can specify either an unzipped folder or a specific zip file.
For example, the following command imports thesaurus content from a folder named thesaurus:
runcommand.sh IFCR importContent thesaurus /localdisk/apps/Discover/config/import/thesaurus
The following example imports configuration for folder2 from a directory called folder2:
runcommand.sh IFCR importContent content/folder1/folder2 /localdisk/foo/content/folder1/folder2
Note
The importContent command deletes the Workbench content at the
relative_path
before importing the contents of
source directory.