Skip to content

Commit

Permalink
Release Upterm 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Nov 14, 2020
1 parent 337c6a7 commit ecc784d
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion charts/uptermd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: uptermd
description: Secure Terminal Sharing
type: application
version: 0.2.0
appVersion: 0.4.6
appVersion: 0.5.0
home: https://upterm.dev
sources:
- https://github.com/owenthereal/upterm
Expand Down
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.4.6"
const Version = "0.5.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 @@ -40,4 +40,4 @@ Upterm is an open-source solution for sharing terminal sessions instantly with t
* [upterm upgrade](upterm_upgrade.md) - Upgrade the CLI
* [upterm version](upterm_version.md) - Show version

###### Auto generated by spf13/cobra on 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-2020
6 changes: 3 additions & 3 deletions docs/upterm_host.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +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
--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])
--known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/owen/.ssh/known_hosts")
-i, --private-key strings private key for public key authentication against the upterm server (required). (default [/Users/owen/.ssh/id_ed25519])
-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 @@ -48,4 +48,4 @@ upterm host [flags]

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

###### Auto generated by spf13/cobra on 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-2020
2 changes: 1 addition & 1 deletion docs/upterm_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ upterm upgrade [flags]

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

###### Auto generated by spf13/cobra on 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-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 3-Oct-2020
###### Auto generated by spf13/cobra on 14-Nov-2020
8 changes: 4 additions & 4 deletions etc/man/man1/upterm-host.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
.nh
.ad l

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

.PP
\fB\-\-known\-hosts\fP="/Users/jou/.ssh/known\_hosts"
\fB\-\-known\-hosts\fP="/Users/owen/.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]
\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519]
private key for public key authentication against the upterm server (required).

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

.SH HISTORY
.PP
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.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
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.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
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.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
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-2020 Auto generated by spf13/cobra
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-upgrade.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -46,4 +46,4 @@ Upgrade the CLI

.SH HISTORY
.PP
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.0" "Upterm Manual"
.nh
.ad l

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

.SH HISTORY
.PP
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-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" "Oct 2020" "Upterm 0.4.6" "Upterm Manual"
.TH "UPTERM" "1" "Nov 2020" "Upterm 0.5.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
3\-Oct\-2020 Auto generated by spf13/cobra
14\-Nov\-2020 Auto generated by spf13/cobra

0 comments on commit ecc784d

Please sign in to comment.