1sympa-config(1) sympa 6.2.72 sympa-config(1)
2
3
4
6 sympa-config - Manipulate configuration of Sympa
7
9 "sympa config" name=value ...
10
11 "sympa config" sub-command [ options ... ]
12
14 "sympa" "config" name"="value ...
15 Edit configuration file in batch mode. Arguments would include
16 pairs of parameter name and value.
17
18 If no explicit changes given, configuration file won't be
19 rewritten.
20
21 Options:
22
23 "-o", "--output="set ...
24 Specify set(s) of parameters to be output. set may be either
25 "omittable", "optional", "mandatory", "full" (synonym for the
26 former three), "explicit" or "minimal". This option can be
27 specified more than once.
28
29 With this command, "explicit" and "mandatory" sets, i.e. those
30 defined in the configuration file explicitly, specified in
31 command line arguments or defined as mandatory, are always
32 included.
33
34 SUB-COMMANDS
35 Currently following sub-commands are available. To see detail of each
36 sub-command, run '"sympa help config" sub-command'.
37
38 "sympa config create" ...
39 Create configuration file.
40
41 "sympa config show" ...
42 Show the content of configuration file.
43
45 sympa_wizard.pl appeared on Sympa 3.3.4b.9. It was originally written
46 by:
47
48 Serge Aumont <sa@cru.fr>
49 Olivier Salaün <os@cru.fr>
50
51 "--batch" and "--display" options are added on Sympa 6.1.25 and 6.2.15.
52
53 On Sympa 6.2.70, the most of functions provided by this program was
54 reorganized and was integrated into "sympa config" command line,
55 therefore sympa_wizard.pl was deprecated.
56
57
58
596.2.72 2023-06-01 sympa-config(1)