.\" Automatically generated by Pandoc 3.1.8 .\" .TH "netplan-get" "8" "" "" "" .SH NAME netplan-get - read merged netplan YAML configuration .SH SYNOPSIS \f[B]netplan\f[R] [--debug] \f[B]get\f[R] -h | --help .PP \f[B]netplan\f[R] [--debug] \f[B]get\f[R] [--root-dir=ROOT_DIR] [key] .SH DESCRIPTION \f[B]netplan get [key]\f[R] reads all YAML files from \f[CR]/{etc,lib,run}/netplan/*.yaml\f[R] and returns a merged view of the current configuration .PP You can specify \f[CR]all\f[R] as a key (the default) to get the full YAML tree or extract a subtree by specifying a nested key like: \f[CR][network.]ethernets.eth0\f[R]. .PP For details of the configuration file format, see \f[B]netplan\f[R](5). .SH OPTIONS .TP -h, --help Print basic help. .TP --debug Print debugging output during the process. .TP --root-dir Read YAML files from this root instead of / .SH SEE ALSO \f[B]netplan\f[R](5), \f[B]netplan-set\f[R](8), \f[B]netplan-dbus\f[R](8) .SH AUTHORS Lukas Märdian (lukas.maerdian\[at]canonical.com).