NetworkManager/src/nmcli
2024-06-28 11:14:22 +00:00
..
agent.c nmcli: replace all uses of g_print()/g_printerr() with nmc_print()/nmc_printerr() 2023-02-08 10:11:18 +01:00
common.c libnmc: allow user input in ECHO mode for 2FA challenges 2024-02-21 11:31:49 +01:00
common.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
connections.c libnm: add generic.device-handler property 2024-02-21 11:49:11 +01:00
connections.h nmcli/trivial: rename monitor functions in internal header file 2023-02-08 10:11:15 +01:00
devices.c cli: sort nmcli device output by active-connection first 2023-11-15 09:34:47 +01:00
devices.h nmcli/trivial: rename monitor functions in internal header file 2023-02-08 10:11:15 +01:00
gen-metadata-nm-settings-nmcli.c gen-metadata-nm-settings-nmcli: add missing va_end in _prop_log() after using vaargs 2024-06-21 20:40:33 +02:00
gen-metadata-nm-settings-nmcli.xml.in man: fix missing deprecation message 2024-04-18 15:31:54 +02:00
general.c cli: don't print how many more addresses/routes in nmcli output 2023-11-30 15:49:10 +01:00
meson.build nmcli: rename "generate-docs-nm-settings-nmcli" to "gen-metadata-nm-settings-nmcli" 2022-10-31 09:11:30 +01:00
nmcli-completion nmcli-completion: fix support for embedded quote characters 2022-08-04 08:59:01 +02:00
nmcli.c code format: run code format script 2024-06-28 11:14:22 +00:00
nmcli.h nmcli: move offline flag from NmCli to NmcConfig struct 2023-07-17 12:56:03 +02:00
polkit-agent.c nmcli: replace all uses of g_print()/g_printerr() with nmc_print()/nmc_printerr() 2023-02-08 10:11:18 +01:00
polkit-agent.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00
settings.c all: use the new NMSettingConnection Controller property 2024-01-11 00:19:14 +01:00
settings.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
utils.c all: use nm_strv_empty_new() helper 2023-11-30 15:53:21 +01:00
utils.h wifi: add 6ghz device capability flag 2023-10-03 08:28:58 +02:00

nmcli

The command line user interface of NetworkManager. It uses the D-Bus API of NetworkManager (via libnm).

See:

  • man 1 nmcli ([www])
  • man 7 nmcli-examples ([www])
  • man 5 nm-settings-nmcli ([www])

Try also with bash-completion!