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
28 Print debugging output during the process.
29
30 --root-dir
31 Read YAML files from this root instead of /
32
34 netplan(5), netplan-set(8), netplan-dbus(8)
35
37 Lukas Märdian (lukas.maerdian@canonical.com).
38
39
40
41 netplan-get(8)