-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
54 lines (39 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
0.1.5
* fix duplicate license, move changelog
* filter out ipv6 addresses (they caused a crash)
0.1.4
* Add license
* readme updates
* add to help text
* add --version, module, etc
0.1.3
* Add gem runtime dep
0.1.2
* Add verbosity switch & logic
0.1.1
* Add gem runtime deps
0.1.0
* Added defaults and command line options.
defaults = {
:config => '/etc/gestio2masq.conf',
:destdir => '/etc',
:sqlhost => 'localhost',
:database => 'gestioip',
:sqluser => 'root'
}
gestio2masq --help
Options:
-c, --config=<s> Config file path
-t, --destdir=<s> Destination dir
-h, --sqlhost=<s> Database host
-d, --database=<s> Database name
-u, --sqluser=<s> Database user
-p, --sqlpass=<s> Database password
-e, --help Show this message
Order of precedence, low to high:
defaults
config file values
command line options
* Changed config file format to YAML. Note that the JSON form will still work, but you should really
convert it to YAML.
* got rid of dest_dir; just using config hash directly