Skip to content

Commit ecc784d

Browse files
committedNov 14, 2020
Release Upterm 0.5.0
1 parent 337c6a7 commit ecc784d

20 files changed

+33
-33
lines changed
 

‎charts/uptermd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: uptermd
33
description: Secure Terminal Sharing
44
type: application
55
version: 0.2.0
6-
appVersion: 0.4.6
6+
appVersion: 0.5.0
77
home: https://upterm.dev
88
sources:
99
- https://github.com/owenthereal/upterm

‎cmd/upterm/command/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const Version = "0.4.6"
9+
const Version = "0.5.0"
1010

1111
func versionCmd() *cobra.Command {
1212
cmd := &cobra.Command{

‎docs/upterm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Upterm is an open-source solution for sharing terminal sessions instantly with t
4040
* [upterm upgrade](upterm_upgrade.md) - Upgrade the CLI
4141
* [upterm version](upterm_version.md) - Show version
4242

43-
###### Auto generated by spf13/cobra on 3-Oct-2020
43+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_host.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ upterm host [flags]
3838
-a, --authorized-key string an authorized_keys file that lists public keys that are permitted to connect.
3939
-f, --force-command string force execution of a command and attach its input/output to client's.
4040
-h, --help help for host
41-
--known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/jou/.ssh/known_hosts")
42-
-i, --private-key strings private key for public key authentication against the upterm server (required). (default [/Users/jou/.ssh/id_rsa])
41+
--known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/owen/.ssh/known_hosts")
42+
-i, --private-key strings private key for public key authentication against the upterm server (required). (default [/Users/owen/.ssh/id_ed25519])
4343
-r, --read-only host a read-only session. Clients won't be able to interact.
4444
--server string upterm server address (required), supported protocols are shh, ws, or wss. (default "ssh://uptermd.upterm.dev:22")
4545
```
@@ -48,4 +48,4 @@ upterm host [flags]
4848

4949
* [upterm](upterm.md) - Secure Terminal Sharing
5050

51-
###### Auto generated by spf13/cobra on 3-Oct-2020
51+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ upterm proxy [flags]
3030

3131
* [upterm](upterm.md) - Secure Terminal Sharing
3232

33-
###### Auto generated by spf13/cobra on 3-Oct-2020
33+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_session.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Display session
1919
* [upterm session info](upterm_session_info.md) - Display session by name
2020
* [upterm session list](upterm_session_list.md) - List shared sessions
2121

22-
###### Auto generated by spf13/cobra on 3-Oct-2020
22+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_session_current.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ upterm session current [flags]
3030

3131
* [upterm session](upterm_session.md) - Display session
3232

33-
###### Auto generated by spf13/cobra on 3-Oct-2020
33+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_session_info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ upterm session info [flags]
2727

2828
* [upterm session](upterm_session.md) - Display session
2929

30-
###### Auto generated by spf13/cobra on 3-Oct-2020
30+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_session_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ upterm session list [flags]
2727

2828
* [upterm session](upterm_session.md) - Display session
2929

30-
###### Auto generated by spf13/cobra on 3-Oct-2020
30+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ upterm upgrade [flags]
3030

3131
* [upterm](upterm.md) - Secure Terminal Sharing
3232

33-
###### Auto generated by spf13/cobra on 3-Oct-2020
33+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎docs/upterm_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ upterm version [flags]
2020

2121
* [upterm](upterm.md) - Secure Terminal Sharing
2222

23-
###### Auto generated by spf13/cobra on 3-Oct-2020
23+
###### Auto generated by spf13/cobra on 14-Nov-2020

‎etc/man/man1/upterm-host.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -32,11 +32,11 @@ Host a terminal session via a reverse SSH tunnel to the upterm server. By defaul
3232
help for host
3333

3434
.PP
35-
\fB\-\-known\-hosts\fP="/Users/jou/.ssh/known\_hosts"
35+
\fB\-\-known\-hosts\fP="/Users/owen/.ssh/known\_hosts"
3636
a file contains the known keys for remote hosts (required).
3737

3838
.PP
39-
\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/jou/.ssh/id\_rsa]
39+
\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519]
4040
private key for public key authentication against the upterm server (required).
4141

4242
.PP
@@ -82,4 +82,4 @@ Host a terminal session via a reverse SSH tunnel to the upterm server. By defaul
8282

8383
.SH HISTORY
8484
.PP
85-
3\-Oct\-2020 Auto generated by spf13/cobra
85+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-proxy.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -46,4 +46,4 @@ Proxy a terminal session over WebSocket. This must be used in conjunction with S
4646

4747
.SH HISTORY
4848
.PP
49-
3\-Oct\-2020 Auto generated by spf13/cobra
49+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-session-current.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -49,4 +49,4 @@ Display the current session. By default, the command fetches the current session
4949

5050
.SH HISTORY
5151
.PP
52-
3\-Oct\-2020 Auto generated by spf13/cobra
52+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-session-info.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -43,4 +43,4 @@ Display session by name.
4343

4444
.SH HISTORY
4545
.PP
46-
3\-Oct\-2020 Auto generated by spf13/cobra
46+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-session-list.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -43,4 +43,4 @@ List shared sessions. Session admin sockets are located in \~/.upterm.
4343

4444
.SH HISTORY
4545
.PP
46-
3\-Oct\-2020 Auto generated by spf13/cobra
46+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-session.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -31,4 +31,4 @@ Display session
3131

3232
.SH HISTORY
3333
.PP
34-
3\-Oct\-2020 Auto generated by spf13/cobra
34+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-upgrade.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -46,4 +46,4 @@ Upgrade the CLI
4646

4747
.SH HISTORY
4848
.PP
49-
3\-Oct\-2020 Auto generated by spf13/cobra
49+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm-version.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -31,4 +31,4 @@ Show version
3131

3232
.SH HISTORY
3333
.PP
34-
3\-Oct\-2020 Auto generated by spf13/cobra
34+
14\-Nov\-2020 Auto generated by spf13/cobra

‎etc/man/man1/upterm.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
1+
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
22
.nh
33
.ad l
44

@@ -56,4 +56,4 @@ Upterm is an open\-source solution for sharing terminal sessions instantly with
5656

5757
.SH HISTORY
5858
.PP
59-
3\-Oct\-2020 Auto generated by spf13/cobra
59+
14\-Nov\-2020 Auto generated by spf13/cobra

0 commit comments

Comments
 (0)