NetworkManager/clients/cli
Jiří Klimeš 0c65b28960 cli: add 'nmcli connection clone' for cloning connections (bgo #757627)
Synopsis:
nmcli connection clone [--temporary] [id|uuid|path] <ID> <new name>

It copies the <ID> connection as <new name>. The command is very useful
if there is a connection, but another one is needed for a related
configuration. One can copy the existing profile and modify it for the
new situation.

For example:
$ nmcli con clone main-eth second-eth
$ nmcli con modify second-eth connection.interface-name em4

https://bugzilla.gnome.org/show_bug.cgi?id=757627
2015-11-18 09:37:44 +01:00
..
agent.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: add command for displaying LLDP neighbors 2015-11-10 14:06:02 +01:00
common.h cli: add command for displaying LLDP neighbors 2015-11-10 14:06:02 +01:00
connections.c cli: add 'nmcli connection clone' for cloning connections (bgo #757627) 2015-11-18 09:37:44 +01:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c cli: print a warning if BSSID is given instead of SSID for hidden AP 2015-11-11 09:47:51 +01:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
general.c cli: remove static width parameter from fields definition 2015-09-25 12:09:51 +02:00
general.h cli: rename network-manager.[ch] to general.[ch] 2014-10-01 11:53:07 +02:00
Makefile.am build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
nmcli-completion cli: add 'nmcli connection clone' for cloning connections (bgo #757627) 2015-11-18 09:37:44 +01:00
nmcli.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nmcli.h nmcli: add global '--colors' option for controlling color output 2015-02-23 09:24:21 +01:00
polkit-agent.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c all: fix typos in the code and update translations for that (bgo #758102) 2015-11-16 14:29:14 +01:00
settings.h cli: refactor property to string conversion 2015-06-05 12:26:48 +02:00
utils.c cli: trivial: correct argument description for nmc_parse_args() 2015-10-23 12:28:29 +02:00
utils.h cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936) 2015-06-11 10:00:54 +02:00