Versions Compared

Key

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

...

The command prompt now includes the selected application — ''DTM July 2011''. Use the '''forms''' command forms command to see a list of the forms and flows in the application, and then use '''?list''' to  to see what you can do with them.<pre>

Code Block
localhost:8082/david@monahan.com/apps/DTM July 2011> forms

...


-----------------------------------------------------------------------------------------

...


URL ! http://localhost:8082/frevvo/web/tn/monahan.com/api/formtypes

...


    # | UPDATED                    | KIND | READONLY | VISIBILITY   | NAME

...


    1 | 2011-07-25T14:31:47.118    | FORM | false    | PUBLICTENANT | Address Book

...


    2 | 2011-07-15T10:51:30.137    | FORM | false    | PUBLICTENANT | TitleDepartment

...


    3 | 2011-07-18T17:04:13.255    | FORM | false    | PUBLICTENANT | Dinner Selections

...


    4 | 2011-07-25T16:24:51.003    | FLOW | false    | PRIVATE      | Flow 42

...


-----------------------------------------------------------------------------------------

...


localhost:8082/david@monahan.com/apps/DTM July 2011/forms> ?list

...


Name     Abbr     ArgNum     Descr

...


up                  1        UPLOAD an application (e.g. 'upload /var/contacts_apps.zip')

...


down                0        DOWNLOAD ALL forms into temp folder (e.g.: 'down')

...


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#}')

...

==== Download ====

As with downloading applications, in the frevvo UI, you can download individual forms and flows and select the destination directory when you're editing an application on the applications home page.

...