Subversion Repositories Applications.gtt

Rev

Rev 94 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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