Skip to content

Commit abcafa1

Browse files
committed
update. version set.
1 parent 6cb33e4 commit abcafa1

File tree

7 files changed

+58
-34
lines changed

7 files changed

+58
-34
lines changed

cmd/lscp/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ USAGE:
2323
lscp [options] (local|remote):from_path... (local|remote):to_path
2424

2525
OPTIONS:
26-
--host servername, -H servername connect servernames
27-
--list, -l print server list from config
28-
--file filepath, -F filepath config file path (default: "/Users/blacknon/.lssh.conf")
29-
--parallel value, -P value parallel file copy count per host (default: 1)
30-
--permission, -p copy file permission
31-
--help, -h print this help
32-
--version, -v print the version
26+
--host value, -H value connect servernames
27+
--list, -l print server list from config
28+
--file value, -F value config file path (default: "/Users/blacknon/.lssh.conf")
29+
--parallel value, -P value parallel file copy count per host (default: 1)
30+
--permission, -p copy file permission
31+
--help, -h print this help
32+
--version, -v print the version
3333

3434
COPYRIGHT:
3535
blacknon(blacknon@orebibou.com)
3636

3737
VERSION:
38-
lssh-suite 0.7.0 (stable/core)
38+
lssh-suite 0.8.0 (stable/transfer)
3939

4040
USAGE:
4141
# local to remote scp
@@ -46,6 +46,7 @@ USAGE:
4646

4747
# remote to remote scp
4848
lscp remote:/path/to/remote... remote:/path/to/local
49+
4950
```
5051
5152
## OverView

cmd/lsftp/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ USAGE:
2020
lsftp [options]
2121

2222
OPTIONS:
23-
--file filepath, -F filepath config file path (default: "/Users/blacknon/.lssh.conf")
24-
--help, -h print this help
25-
--version, -v print the version
23+
--file value, -F value config file path (default: "/Users/blacknon/.lssh.conf")
24+
--help, -h print this help
25+
--version, -v print the version
2626

2727
COPYRIGHT:
2828
blacknon(blacknon@orebibou.com)
2929

3030
VERSION:
31-
lssh-suite 0.7.0 (stable/core)
31+
lssh-suite 0.8.0 (stable/transfer)
3232

3333
USAGE:
3434
# start lsftp shell
3535
lsftp
36+
3637
```
3738
3839
## OverView

cmd/lsmon/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,25 @@ USAGE:
2323
lsmon [options] [commands...]
2424

2525
OPTIONS:
26-
--host servername, -H servername connect servername.
27-
--file filepath, -F filepath config filepath. (default: "/Users/blacknon/.lssh.conf")
28-
--logfile value, -L value Set log file path.
29-
--share-connect, -s reuse the monitor SSH connection for terminals.
30-
--list, -l print server list from config.
31-
--debug debug pprof. use port 6060.
32-
--help, -h print this help
33-
--version, -v print the version
26+
--host servername, -H servername connect servername.
27+
--file filepath, -F filepath config filepath. (default: "/Users/blacknon/.lssh.conf")
28+
--logfile value, -L value Set log file path.
29+
--share-connect, -s reuse the monitor SSH connection for terminals.
30+
--list, -l print server list from config.
31+
--debug debug pprof. use port 6060.
32+
--help, -h print this help
33+
--version, -v print the version
3434

3535
COPYRIGHT:
3636
blacknon(blacknon@orebibou.com)
3737

3838
VERSION:
39-
lssh-suite 0.7.0 (stable/core)
39+
lssh-suite 0.8.0 (beta/monitor)
4040

4141
USAGE:
4242
# connect parallel ssh monitoring command
43-
lsmon
43+
lsmon
44+
4445
```
4546
4647
## OverView

cmd/lsmux/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ OPTIONS:
3434
--version, -v print the version
3535

3636
VERSION:
37-
lssh-suite 0.7.2 (beta/sysadmin)
37+
lssh-suite 0.8.0 (beta/sysadmin)
3838

3939
USAGE:
4040
lsmux
4141
lsmux command...
42+
4243
```
4344

4445
## OverView

cmd/lssh/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPYRIGHT:
4747
blacknon(blacknon@orebibou.com)
4848

4949
VERSION:
50-
lssh-suite 0.7.0 (stable/core)
50+
lssh-suite 0.8.0 (stable/core)
5151

5252
USAGE:
5353
# connect ssh
@@ -59,6 +59,9 @@ USAGE:
5959
# run command parallel in selected server over ssh.
6060
lssh -p command...
6161

62+
# run command or shell in mux UI.
63+
lssh -P [command...]
64+
6265
```
6366
6467
## OverView

cmd/lsshell/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ COPYRIGHT:
3535
blacknon(blacknon@orebibou.com)
3636

3737
VERSION:
38-
lssh-suite 0.7.0 (stable/core)
38+
lssh-suite 0.8.0 (beta/sysadmin)
3939

4040
USAGE:
4141
# connect parallel ssh shell
42-
lsshell
42+
lsshell
43+
4344
```
4445
4546
## OverView

cmd/lssync/README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,30 @@ USAGE:
1717
lssync [options] (local|remote):from_path... (local|remote):to_path
1818

1919
OPTIONS:
20-
--host servername, -H servername connect servernames
21-
--list, -l print server list from config
22-
--file filepath, -F filepath config file path
23-
--parallel value, -P value parallel file sync count per host (default: 1)
24-
--permission, -p copy file permission
25-
--delete delete destination entries that do not exist in source
26-
--help, -h print this help
27-
--version, -v print the version
20+
--host value, -H value connect servernames
21+
--list, -l print server list from config
22+
--file value, -F value config file path (default: "/Users/blacknon/.lssh.conf")
23+
--parallel value, -P value parallel file sync count per host (default: 1)
24+
--permission, -p copy file permission
25+
--delete delete destination entries that do not exist in source
26+
--help, -h print this help
27+
--version, -v print the version
28+
29+
COPYRIGHT:
30+
blacknon(blacknon@orebibou.com)
31+
32+
VERSION:
33+
lssh-suite 0.8.0 (beta/transfer)
34+
35+
USAGE:
36+
# local to remote sync
37+
lssync /path/to/local... remote:/path/to/remote
38+
39+
# remote to local sync
40+
lssync remote:/path/to/remote... /path/to/local
41+
42+
# remote to remote sync
43+
lssync remote:/path/to/remote... remote:/path/to/local
2844
```
2945
3046
## Overview

0 commit comments

Comments
 (0)