equal
deleted
inserted
replaced
|
1 # swi.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name swi |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Console-based application installer/uninstaller. |
|
18 |
|
19 ==argument enum operation optional |
|
20 |
|
21 The operation to perform. If not specified, defaults to 'list'. |
|
22 |
|
23 ==enum-value list |
|
24 |
|
25 Lists the currently installed packages (use --verbose for more info). The list can be filtered by specifying a C<--uid> or <--match> option. |
|
26 |
|
27 ==enum-value install |
|
28 |
|
29 Installs the package specified by the C<sis-file> argument. |
|
30 |
|
31 ==enum-value uninstall |
|
32 |
|
33 Uninstalls the package specified by the C<--uid> option. |
|
34 |
|
35 ==argument filename sis-file optional |
|
36 |
|
37 The SIS file to install. Only valid when the operation is "install". |
|
38 |
|
39 ==option uint u uid |
|
40 |
|
41 Package UID to uninstall or display information about. |
|
42 |
|
43 ==option bool v verbose |
|
44 |
|
45 Display verbose output. |
|
46 |
|
47 ==option bool q quiet |
|
48 |
|
49 If specified, swi will not ask any questions during the install. It will assume yes to any yes/no questions, and will install into the Current Working Directory's drive. |
|
50 |
|
51 ==option string m match |
|
52 |
|
53 A pattern used to match package names and vendors for "list" (defaults to "*"). |
|
54 |
|
55 ==copyright |
|
56 |
|
57 Copyright (c) 2008-2010 Accenture. All rights reserved. |
|
58 |