The skeleton.exe
utility is used to manage directory structure templates. Using this utility, you can perform the following tasks:
%plesk_cli%
skeleton.exe <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]
The following command installs a virtual host template from the file D:\skeletons\siteskeleton
(in the ZIP format) for the client with the login name JDoe:
skeleton.exe --install JDoe -filename D:\skeletons\siteskeleton -force-type zip
Command |
Parameter |
Description |
Example |
---|---|---|---|
|
|
Installs a virtual host template from a file for a client account. Requires the |
To install a virtual host template from the file skeleton.exe --install JDoe -filename D:\skeletons\siteskeleton -force-type zip or skeleton.exe -i JDoe -filename siteskeleton -force-type zip |
|
|
Installs the Plesk default virtual host template for a client account. |
To install the default virtual host template for the client with the login name JDoe: skeleton.exe --reset JDoe or skeleton.exe -r JDoe |
|
|
Displays help on the use of the utility. |
To view help on the use of the utility: skeleton.exe --help or skeleton.exe -h |
Option |
Parameter |
Description |
Example |
---|---|---|---|
|
|
Specifies a path to a virtual host template. Used with the |
To install a virtual host template from the file skeleton.exe -i JDoe -filename D:\skeletons\siteskeleton -force-type zip |
|
|
Forces specification of a template file format. Used with the |