.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "netplan-get" "8" "" "" "" .hy .SH NAME .PP netplan-get - read merged netplan YAML configuration .SH SYNOPSIS .PP \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 .PP \f[B]netplan get [key]\f[R] reads all YAML files from \f[V]/{etc,lib,run}/netplan/*.yaml\f[R] and returns a merged view of the current configuration .PP You can specify \f[V]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[V][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 .PP \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).