logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netplan-get - read merged Netplan YAML configuration

Authors

       Lukas Märdian (lukas.maerdian@canonical.com).

                                                                                                  NETPLAN-GET(8)

Description

netplangetkey reads all YAML files from /{etc,lib,run}/netplan/*.yaml and returns a merged view of the
       current configuration.

       You can specify all as a key (the default) to get the full YAML tree or extract a subtree by specifying a
       nested key like: [network.]ethernets.eth0.

       For details of the configuration file format, see netplan(5).

Name

       netplan-get - read merged Netplan YAML configuration

Options

       -h, --help
              Print basic help.

       --debug
              Print debugging output during the process.

       --root-dir
              Read YAML files from this root instead of /.

See Also

netplan(5), netplan-set(8), netplan-dbus(8)

Synopsis

netplan [--debug] get-h|--helpnetplan [--debug] get [--root-dir=ROOT_DIR] [key]

See Also