Another important command for updating mashups that have been already registered on Presto is:
sh emmlupd.sh -u admin -p adminadmin -f my.emml
NOTE: The mashup itself must be deactivated before using this update command. After that... remember remember the fifth of November and to re activate your mashup.
No, the command line basically lets you test, register and update. You would have to deactivate or delete a mashup from Presto Hub.
If you need more info, you can find links to docs on the full scope of the command line for mashups and for macros at http://www.jackbe.com/prestodocs/v3.0/emml/utilities-intro.html and http://www.jackbe.com/prestodocs/v3.0/emml/pubMacroCmd.html
Sara, technical writer/jackbe





Mashups can be created in Wires, Presto Studio and manually in say Emacs.
If you want to use a command line tool to test and publish, you can do the following:
Go to the /mashupclient/bin directory
To run/test a mashup, run (for Windows you can just use emml.bat) :
sh emml.sh -u admin -p adminadmin -f my.emmlTo publish a mashup, run (for Windows you can just use emmlpub.bat)
sh emmlpub.sh -u admin -p adminadmin -f my.emml -AThe -A activates the mashup.
Of course, make sure your (u)ser name and (p)assword are correct.