1netplan-get(8) netplan-get(8)
2
3
4
6 netplan-get - read merged netplan YAML configuration
7
9 netplan [–debug] get -h | –help
10
11 netplan [–debug] get [–root-dir=ROOT_DIR] [key]
12
14 netplan get [key] reads all YAML files from /{etc,lib,run}/net‐
15 plan/*.yaml and returns a merged view of the current configuration
16
17 You can specify all as a key (the default) to get the full YAML tree or
18 extract a subtree by specifying a nested key like: [network.]ether‐
19 nets.eth0.
20
21 For details of the configuration file format, see netplan(5).
22
24 -h, –help
25 Print basic help.
26
27 –debug Print debugging output during the process.
28
29 –root-dir
30 Read YAML files from this root instead of /
31
33 netplan(5), netplan-set(8), netplan-dbus(8)
34
36 Lukas Märdian (lukas.maerdian@canonical.com).
37
38
39
40 netplan-get(8)