Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# nmcli-cli

![Tag](https://img.shields.io/github/tag/jfut/nmcli-cli.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

nmcli-cli is a command line tool that wraps `nmcli` to use for simple use cases.

By default, each command prints shell-ready `nmcli` commands without applying
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-autoconnect-list
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"

usage() {
local COMMAND_NAME
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-autoconnect-set
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bond-add
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bond-delete
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bridge-add
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bridge-delete
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-device-name
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv4-copy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv6
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv6-copy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-restart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-slave-list
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"

usage() {
local COMMAND_NAME
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-vlan-add
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-vlan-delete
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.0"
VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down