The reseller_plan.exe
utility is used for creating and managing
reseller plans.
Location
%plesk_cli%
Usage
reseller_plan.exe <command> [<plan_name>] [
<option 1> <param 1>[<param 2>...<param n>]
[<option 2> <param 1>[<param 2>...<param n>]]
... [<option N> <param 1>[<param 2>...<param n>]]
]
Example
The following command sets the allowed number of websites for the plan
Reseller Plan to 10.
plesk bin reseller_plan.exe --update "Reseller Plan" -max-dom 10
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c |
<plan_name> |
Creates a reseller plan. |
To create a reseller plan named Sample Plan: plesk bin reseller_plan.exe --create "Sample Plan" or plesk bin reseller_plan.exe -c "Sample Plan" |
--update or -u |
<plan_name> |
Sets various properties of a reseller plan. |
To rename the reseller plan from Sample Plan 1 to Sample plesk bin reseller_plan.exe --update "Sample Plan 1" -new-name "Sample Plan 2" or …
|