Subversion Repositories Applications.gtt

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
94 jpm 1
<commands version="1.0">
2
 <remote-info>
3
  <summary>Information About Remote Packages</summary>
4
  <function>doRemoteInfo</function>
5
  <shortcut>ri</shortcut>
6
  <options />
7
  <doc>&lt;package&gt;
8
Get details on a package from the server.</doc>
9
 </remote-info>
10
 <list-upgrades>
11
  <summary>List Available Upgrades</summary>
12
  <function>doListUpgrades</function>
13
  <shortcut>lu</shortcut>
14
  <options />
15
  <doc>[preferred_state]
16
List releases on the server of packages you have installed where
17
a newer version is available with the same release state (stable etc.)
18
or the state passed as the second parameter.</doc>
19
 </list-upgrades>
20
 <remote-list>
21
  <summary>List Remote Packages</summary>
22
  <function>doRemoteList</function>
23
  <shortcut>rl</shortcut>
24
  <options>
25
   <channel>
26
    <shortopt>c</shortopt>
27
    <doc>specify a channel other than the default channel</doc>
28
    <arg>CHAN</arg>
29
   </channel>
30
  </options>
31
  <doc>
32
Lists the packages available on the configured server along with the
33
latest stable release of each package.</doc>
34
 </remote-list>
35
 <search>
36
  <summary>Search remote package database</summary>
37
  <function>doSearch</function>
38
  <shortcut>sp</shortcut>
39
  <options>
40
   <channel>
41
    <shortopt>c</shortopt>
42
    <doc>specify a channel other than the default channel</doc>
43
    <arg>CHAN</arg>
44
   </channel>
45
  </options>
46
  <doc>[packagename] [packageinfo]
47
Lists all packages which match the search parameters.  The first
48
parameter is a fragment of a packagename.  The default channel
49
will be used unless explicitly overridden.  The second parameter
50
will be used to match any portion of the summary/description</doc>
51
 </search>
52
 <list-all>
53
  <summary>List All Packages</summary>
54
  <function>doListAll</function>
55
  <shortcut>la</shortcut>
56
  <options>
57
   <channel>
58
    <shortopt>c</shortopt>
59
    <doc>specify a channel other than the default channel</doc>
60
    <arg>CHAN</arg>
61
   </channel>
62
  </options>
63
  <doc>
64
Lists the packages available on the configured server along with the
65
latest stable release of each package.</doc>
66
 </list-all>
67
 <download>
68
  <summary>Download Package</summary>
69
  <function>doDownload</function>
70
  <shortcut>d</shortcut>
71
  <options>
72
   <nocompress>
73
    <shortopt>Z</shortopt>
74
    <doc>download an uncompressed (.tar) file</doc>
75
   </nocompress>
76
  </options>
77
  <doc>&lt;package&gt;...
78
Download package tarballs.  The files will be named as suggested by the
79
server, for example if you download the DB package and the latest stable
80
version of DB is 1.6.5, the downloaded file will be DB-1.6.5.tgz.</doc>
81
 </download>
82
 <clear-cache>
83
  <summary>Clear Web Services Cache</summary>
84
  <function>doClearCache</function>
85
  <shortcut>cc</shortcut>
86
  <options />
87
  <doc>
88
Clear the XML-RPC/REST cache.  See also the cache_ttl configuration
89
parameter.
90
</doc>
91
 </clear-cache>
92
</commands>