doc: Migrating from cnetworkmanager to nmcli
[cnetworkmanager.git] / README
blob2c2432a45b4f525272b073d6f55528750036150d
1 * What
3 cnetworkmanager is a command-line client for NetworkManager, intended to
4 supplement and replace the GUI applets.
6 It is licensed under the GPL v2 or later.
8 * Where
10 http://vidner.net/martin/software/cnetworkmanager/
11 http://repo.or.cz/w/cnetworkmanager.git
13 * Screenshot (from 0.20)
15 $ cnetworkmanager -h
16 Usage: cnetworkmanager [options]
18 Options:
19   --version             show program's version number and exit
20   -h, --help            show this help message and exit
21   -w BOOL, --wifi=BOOL  Enable or disable wireless
22   -o BOOL, --online=BOOL
23                         Enable or disable network at all
24   --state               Print the NM state
25   --whe, --wireless-hardware-enabled
26                         Print whether the WiFi is enabled
27   -d, --device-list, --dev
28                         List devices
29   --device-info=DEV, --di=DEV
30                         Info about device DEV (by interface or UDI(TODO))
31   -a, -n, --ap-list, --ap, --nets
32                         List access points
33   --ap-info=AP, --ai=AP
34                         Info about access point AP (by hw address or
35                         UDI(TODO))
36   -u, --usrcon          List user connection settings
37   -s, --syscon          List system connection settings
38   -c, --actcon          List active connections
39   --demo                Run a random demonstration of the API
40   --activate-connection=[KIND],ID,[DEV],[APMAC]
41                         activate the KIND(user/system) connection ID on device
42                         DEV using APMAC.
43   -m, --monitor         loop to show dbus signals
44   -C SSID, --connect=SSID
45                         Connect to a wireless network SSID (creating the
46                         configuration using the key options below)
47   --unprotected         network does not require a key
48   --wep-hex=KEY         use this WEP key of 26 hex digits
49   --wep-pass=KEY        use this WEP passphrase
50   --wpa-psk-hex=KEY     use this WPA key of 64 hex digits
51   --wpa-pass=KEY        use this WPA passphrase