...
Code Block |
---|
localhost:8082/david@monahan.com/apps> ?list Name Abbr ArgNum Descr up 1 UPLOAD an application (e.g. 'up /var/contacts_apps.zip') down 0 DOWNLOAD ALL applications into temp folder (e.g.: 'download') link l 1 OPEN a link in the browser (e.g. 'openLink {link#}') links li 1 SHOW feed links for given rel attr (e.g. 'links {relAttr}') links l 0 SHOW all feed links (e.g. 'links') next n 0 NEXT feed page (e.g. 'next') prev p 0 PREVIOUS feed page (e.g. 'previous') print pr 0 PRINT current feed (e.g.: 'print') delete d 1 DELETE an entry (e.g. 'delete {entry#}') create c 1 CREATE a new entry (e.g.: 'create {name}') refresh r 0 REFRESH current feed (e.g.: 'refresh') select s 1 SELECT an entry (e.g.: 'entry {entry#}') |
...
Downloading and Uploading Applications
...
You can use the '''apps > down''' and '''up''' commands and up commands to download applications to a local drive and upload them to the frevvo server server.====
Download
...
In the frevvo UI UI, you can download applications individually, and select the destination directory.
[[Image:api-pix_Download-Icon.png]]
In this example, '''down''' downloads down downloads all the applications in the tenant to a directory on the local machine. Since '''down''' takes down takes no arguments, the target directory depends on your local machine settings.[[Image:Lightbulb.png]] '''Note:'''
Note |
---|
To download a single application, you must first select it. See the |
...
...
topic for instructions for selecting and application. |
...
Code Block |
---|
localhost:8082/david@monahan.com/ |
...
apps> down Downloaded 2 application(s): |
...
Downloaded application DTM July 2011: C:\DOCUME~1\esposito\LOCALS~1\Temp\DTMJuly2011_8805120088410548632_app.zip |
...
Downloaded application DTM August 2011: C:\DOCUME~1\esposito\LOCALS~1\Temp\DTMAugust2011_7848214203496988467_app.zip |
...
|
[http://static.frevvo.com/resources/docs/site/4.1.5/com.frevvo.forms.cli/xref/com/frevvo/forms/cli/shell/ApplicationEntryShell.html Source Code Example]
[http://static.frevvo.com/resources/docs/com.frevvo.forms.java-4.1.4-javadoc/com/frevvo/forms/client/ApplicationEntry.html Java Docs]
<pre>
==== Upload ====
In the frevvo UI, you can upload applications from the applications page.
...
[http://static.frevvo.com/resources/docs/com.frevvo.forms.java-4.1.4-javadoc/com/frevvo/forms/client/ApplicationFeed.html Java Docs]===
Downloading and Uploading a Form/Flow
...
You can use the '''forms > down''' and '''up''' commands to download forms and flows to a local drive and upload them to the frevvo server.
...