Hi Bryant;
You can deploy PowerServer Web / Mobile applications automatically by executing the following command from a PB App (for example): Run (%Toolkit%\EonADeploy60.exe + " " + %application profile name%)
'EonADeploy60.exe sales true' is deploy to Java Server;
'EonADeploy60.exe sales false' is deploy to .net Server.
The current PB2017R3's EonADeploy60.exe application will be located in the "C:\Program Files (x86)\Appeon\PowerServer 2017 R3\Toolkit" folder. It only accepts two parameters, for example: 'EonADeploy60.exe sales true'; and it will always do a full deployment and use the default deploy profile when deploying. Incorporating this feature in .BAT file might be the most convenient, for example:
"C:\Program Files (x86)\Appeon\PowerServer 2017 R3\Toolkit\EonADeploy60.exe" sales false
HTH
Regards ... Chris
Is there any way to create powerserver profile through command line ?
regards
PInkesh Gupta
AFAIK ... not at this time.
Only through the PowerServer Toolkit menus / tools installed within the PB "Universal Edition" IDE.
Regards ... Chris