Package Administration Utilities

Deploy, delete, import, and export application packages using the administration command line utilities. You can execute these commands from the administration command line utility console or from the command line.

To issue commands using the interactive administration command line utility console, open <<UnwiredPlatform_InstallDir>>\Servers\UnwiredServer\bin\supadmin.bat. You must enter your host name, port, and administrator credentials before entering a command. Otherwise, the console prompts you for:
To issue the utility at the command line use:
supadmin.bat -host host name -port port -u username -pw password commandName commandOptions
For example, to delete the package test:1.0 from the domain, enter:
supadmin.bat -host test01.sybase.com -port 2000 -u supAdmin -pw s3pAdmin delete -d default -pkg test:1.0