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-channels>
3
  <summary>List Available Channels</summary>
4
  <function>doList</function>
5
  <shortcut>lc</shortcut>
6
  <options />
7
  <doc>
8
List all available channels for installation.
9
</doc>
10
 </list-channels>
11
 <update-channels>
12
  <summary>Update the Channel List</summary>
13
  <function>doUpdateAll</function>
14
  <shortcut>uc</shortcut>
15
  <options />
16
  <doc>
17
List all installed packages in all channels.
18
</doc>
19
 </update-channels>
20
 <channel-delete>
21
  <summary>Remove a Channel From the List</summary>
22
  <function>doDelete</function>
23
  <shortcut>cde</shortcut>
24
  <options />
25
  <doc>&lt;channel name&gt;
26
Delete a channel from the registry.  You may not
27
remove any channel that has installed packages.
28
</doc>
29
 </channel-delete>
30
 <channel-add>
31
  <summary>Add a Channel</summary>
32
  <function>doAdd</function>
33
  <shortcut>ca</shortcut>
34
  <options />
35
  <doc>&lt;channel.xml&gt;
36
Add a private channel to the channel list.  Note that all
37
public channels should be synced using &quot;update-channels&quot;.
38
Parameter may be either a local file or remote URL to a
39
channel.xml.
40
</doc>
41
 </channel-add>
42
 <channel-update>
43
  <summary>Update an Existing Channel</summary>
44
  <function>doUpdate</function>
45
  <shortcut>cu</shortcut>
46
  <options>
47
   <force>
48
    <shortopt>f</shortopt>
49
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
50
   </force>
51
   <channel>
52
    <shortopt>c</shortopt>
53
    <arg>CHANNEL</arg>
54
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
55
   </channel>
56
  </options>
57
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
58
Update a channel in the channel list directly.  Note that all
59
public channels can be synced using &quot;update-channels&quot;.
60
Parameter may be a local or remote channel.xml, or the name of
61
an existing channel.
62
</doc>
63
 </channel-update>
64
 <channel-info>
65
  <summary>Retrieve Information on a Channel</summary>
66
  <function>doInfo</function>
67
  <shortcut>ci</shortcut>
68
  <options />
69
  <doc>&lt;package&gt;
70
List the files in an installed package.
71
</doc>
72
 </channel-info>
73
 <channel-alias>
74
  <summary>Specify an alias to a channel name</summary>
75
  <function>doAlias</function>
76
  <shortcut>cha</shortcut>
77
  <options />
78
  <doc>&lt;channel&gt; &lt;alias&gt;
79
Specify a specific alias to use for a channel name.
80
The alias may not be an existing channel name or
81
alias.
82
</doc>
83
 </channel-alias>
84
 <channel-discover>
85
  <summary>Initialize a Channel from its server</summary>
86
  <function>doDiscover</function>
87
  <shortcut>di</shortcut>
88
  <options />
89
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
90
Initialize a Channel from its server and create the local channel.xml.
91
</doc>
92
 </channel-discover>
93
</commands>