extract-root

Root folder used to store contents of deployed archives

Syntax

--extract-root path

Description

--extract-root path specifies the root folder used to store the expanded contents of the deployable archives deployed on the server instance. Deployable archives are unpacked to a hidden subdirectory of extract-root.

Parameters

path

Path to the root folder used to store contents of deployable archives relative to the server instance's root folder.

Examples

Extract deployable archives into the archives folder.

--extract-root ./archives
Was this topic helpful?