Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
localhost:8082/david@monahan.com> apps
----------------------------------------------------------------------------------------
URL ! http://localhost:8082/frevvo/web/tn/monahan.com/api/apps
    # | NAME                                   | DESCRIPTION
1 | DTM July 2011                              | Group of test forms created by DTM.
2 | DTM August 2011                            | Forms started in August.
----------------------------------------------------------------------------------------

Now that you're in '''apps''' ('' apps (../monahan.com/api/apps''), use the '''?list''' command  command to see what you can do.<pre>

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 ===

...