Skip to content

Commit

Permalink
Bump version to v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
umatare5 committed May 13, 2021
1 parent d3e2e88 commit d53c553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

telee [téli] is a **TE**rmina**L** client to **E**x**E**cute a command on networking device through the user authentication.

It has following advantages compared to use standard telnet.
It has following advantages compared to use standard telnet and SSH.

- Reduces login and logout operations.

Expand All @@ -26,7 +26,7 @@ telee works on `linux_amd64`, `linux_arm64`, `darwin_amd64` and `darwin_arm64`.

```bash
NAME:
telee - One-line telnet client
telee - One-line pseudo terminal client

USAGE:
telee -H HOSTNAME -C COMMAND [options...]
Expand All @@ -39,12 +39,13 @@ COMMANDS:

GLOBAL OPTIONS:
--hostname value, -H value Set hostname or IP address. [$TELEE_HOSTNAME]
--port value, -P value Set port number. (default: 23)
--port value, -P value Set port number. (default: 0)
--timeout value, -t value Set timeout seconds. (default: 5)
--command value, -C value Set a command. [$TELEE_COMMAND]
--exec-platform value, -x value Set exec-platform. Refer to README.md what to be set. (default: "ios")
--enable-mode, -e, --ena, --enable Raise to privileged EXEC mode. (default: false)
--ha-mode, --ha Use high-availability prompt mode. (default: false)
--secure-mode, -s, --sec, --secure Use ssh mode. (default: false)
--username value, -u value Set username. (default: "admin") [$TELEE_USERNAME]
--password value, -p value Set password. (default: "cisco") [$TELEE_PASSWORD]
--priv-password value, --pp value Set password to raise to privileged EXEC mode. (default: "enable") [$TELEE_PRIVPASSWORD]
Expand Down
4 changes: 2 additions & 2 deletions cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
// Preset parameters for this command
const (
cmdName string = "telee"
cmdUsage string = "One-line telnet client"
cmdUsage string = "One-line pseudo terminal client"
cmdUsageText string = "telee -H HOSTNAME -C COMMAND [options...]"
cmdVersion string = "1.3.11"
cmdVersion string = "1.3.12"
)

// Start executes this command
Expand Down

0 comments on commit d53c553

Please sign in to comment.