Skip to content

Commit

Permalink
Release Upterm 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed May 26, 2020
1 parent fbb19ed commit 0b713ba
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 27 deletions.
2 changes: 1 addition & 1 deletion cmd/upterm/command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const Version = "0.2.0"
const Version = "0.3.0"

func versionCmd() *cobra.Command {
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion docs/upterm.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Upterm is an open-source solution for sharing terminal sessions instantly with t
* [upterm session](upterm_session.md) - Display session
* [upterm version](upterm_version.md) - Show version

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
5 changes: 3 additions & 2 deletions docs/upterm_host.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ upterm host [flags]
-a, --authorized-key string an authorized_keys file that lists public keys that are permitted to connect.
-f, --force-command string force execution of a command and attach its input/output to client's.
-h, --help help for host
-i, --private-key strings private key for public key authentication against the upterm server (required).
--known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/jou/.ssh/known_hosts")
-i, --private-key strings private key for public key authentication against the upterm server (required). (default [/Users/jou/.ssh/id_rsa])
-r, --read-only host a read-only session. Clients won't be able to interact.
--server string upterm server address (required), supported protocols are shh, ws, or wss. (default "ssh://uptermd.upterm.dev:22")
```
Expand All @@ -47,4 +48,4 @@ upterm host [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ upterm proxy [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_session.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Display session
* [upterm session info](upterm_session_info.md) - Display session by name
* [upterm session list](upterm_session_list.md) - List shared sessions

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_session_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ upterm session current [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_session_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ upterm session info [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_session_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ upterm session list [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 1 addition & 1 deletion docs/upterm_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ upterm version [flags]

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

###### Auto generated by spf13/cobra on 10-May-2020
###### Auto generated by spf13/cobra on 26-May-2020
2 changes: 2 additions & 0 deletions etc/completion/upterm.bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ _upterm_host()
flags+=("--help")
flags+=("-h")
local_nonpersistent_flags+=("--help")
flags+=("--known-hosts=")
two_word_flags+=("--known-hosts")
flags+=("--private-key=")
two_word_flags+=("--private-key")
two_word_flags+=("-i")
Expand Down
1 change: 1 addition & 0 deletions etc/completion/upterm.zsh_completion
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function _upterm_host {
'(-a --authorized-key)'{-a,--authorized-key}'[an authorized_keys file that lists public keys that are permitted to connect.]:' \
'(-f --force-command)'{-f,--force-command}'[force execution of a command and attach its input/output to client'\''s.]:' \
'(-h --help)'{-h,--help}'[help for host]' \
'--known-hosts[a file contains the known keys for remote hosts (required).]:' \
'(*-i *--private-key)'{\*-i,\*--private-key}'[private key for public key authentication against the upterm server (required).]:' \
'(-r --read-only)'{-r,--read-only}'[host a read-only session. Clients won'\''t be able to interact.]' \
'--server[upterm server address (required), supported protocols are shh, ws, or wss.]:'
Expand Down
10 changes: 7 additions & 3 deletions etc/man/man1/upterm-host.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

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

.PP
\fB\-i\fP, \fB\-\-private\-key\fP=[]
\fB\-\-known\-hosts\fP="/Users/jou/.ssh/known\_hosts"
a file contains the known keys for remote hosts (required).

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

.PP
Expand Down Expand Up @@ -78,4 +82,4 @@ Host a terminal session via a reverse SSH tunnel to the upterm server. By defaul

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-proxy.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-session-current.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -49,4 +49,4 @@ Display the current session. By default, the command fetches the current session

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-session-info.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -43,4 +43,4 @@ Display session by name.

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-session-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-session.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -31,4 +31,4 @@ Display session

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-version.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -31,4 +31,4 @@ Show version

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "May 2020" "Upterm 0.2.0" "Upterm Manual"
.TH "UPTERM" "1" "May 2020" "Upterm 0.3.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
10\-May\-2020 Auto generated by spf13/cobra
26\-May\-2020 Auto generated by spf13/cobra

0 comments on commit 0b713ba

Please sign in to comment.