Subversion Repositories Applications.gtt

Rev

Rev 94 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
94 jpm 1
<commands version="1.0">
2
 <list>
3
  <summary>List Installed Packages In The Default Channel</summary>
4
  <function>doList</function>
5
  <shortcut>l</shortcut>
6
  <options>
7
   <channel>
8
    <shortopt>c</shortopt>
9
    <doc>list installed packages from this channel</doc>
10
    <arg>CHAN</arg>
11
   </channel>
12
   <allchannels>
13
    <shortopt>a</shortopt>
14
    <doc>list installed packages from all channels</doc>
15
   </allchannels>
16
  </options>
17
  <doc>&lt;package&gt;
18
If invoked without parameters, this command lists the PEAR packages
19
installed in your php_dir ({config php_dir}).  With a parameter, it
20
lists the files in a package.
21
</doc>
22
 </list>
23
 <list-files>
24
  <summary>List Files In Installed Package</summary>
25
  <function>doFileList</function>
26
  <shortcut>fl</shortcut>
27
  <options />
28
  <doc>&lt;package&gt;
29
List the files in an installed package.
30
</doc>
31
 </list-files>
32
 <shell-test>
33
  <summary>Shell Script Test</summary>
34
  <function>doShellTest</function>
35
  <shortcut>st</shortcut>
36
  <options />
37
  <doc>&lt;package&gt; [[relation] version]
38
Tests if a package is installed in the system. Will exit(1) if it is not.
39
   &lt;relation&gt;   The version comparison operator. One of:
40
                &lt;, lt, &lt;=, le, &gt;, gt, &gt;=, ge, ==, =, eq, !=, &lt;&gt;, ne
41
   &lt;version&gt;    The version to compare with
42
</doc>
43
 </shell-test>
44
 <info>
45
  <summary>Display information about a package</summary>
46
  <function>doInfo</function>
47
  <shortcut>in</shortcut>
48
  <options />
49
  <doc>&lt;package&gt;
50
Displays information about a package. The package argument may be a
51
local package file, an URL to a package file, or the name of an
52
installed package.</doc>
53
 </info>
54
</commands>