Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 30, 2023
1 parent 25433a7 commit 4c30bd5
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 25 deletions.
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 29-Sep-2023
###### Auto generated by spf13/cobra on 30-Sep-2023
4 changes: 2 additions & 2 deletions docs/upterm_host.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ upterm host [flags]
-f, --force-command string force execution of a command and attach its input/output to client's.
--github-user strings this GitHub user public keys are permitted to connect.
--gitlab-user strings this GitLab user public keys are permitted to connect.
--srht-user strings this SourceHut user public keys are permitted to connect.
-h, --help help for host
--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 file for public key authentication against the upterm server (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 ssh, ws, or wss. (default "ssh://uptermd.upterm.dev:22")
--srht-user strings this SourceHut user public keys are permitted to connect.
```

### SEE ALSO

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

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

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

###### Auto generated by spf13/cobra on 29-Sep-2023
###### Auto generated by spf13/cobra on 30-Sep-2023
2 changes: 1 addition & 1 deletion docs/upterm_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ upterm version [flags]

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

###### Auto generated by spf13/cobra on 29-Sep-2023
###### Auto generated by spf13/cobra on 30-Sep-2023
4 changes: 2 additions & 2 deletions etc/completion/upterm.bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ _upterm_host()
two_word_flags+=("--github-user")
flags+=("--gitlab-user=")
two_word_flags+=("--gitlab-user")
flags+=("--srht-user=")
two_word_flags+=("--srht-user")
flags+=("--help")
flags+=("-h")
local_nonpersistent_flags+=("--help")
Expand All @@ -420,6 +418,8 @@ _upterm_host()
flags+=("-r")
flags+=("--server=")
two_word_flags+=("--server")
flags+=("--srht-user=")
two_word_flags+=("--srht-user")

must_have_one_flag=()
must_have_one_noun=()
Expand Down
10 changes: 5 additions & 5 deletions etc/man/man1/upterm-host.1
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ Host a terminal session over a reverse SSH tunnel to the Upterm server with the
\fB--gitlab-user\fP=[]
this GitLab user public keys are permitted to connect.

.PP
\fB--srht-user\fP=[]
this SourceHut user public keys are permitted to connect.

.PP
\fB-h\fP, \fB--help\fP[=false]
help for host
Expand All @@ -57,6 +53,10 @@ Host a terminal session over a reverse SSH tunnel to the Upterm server with the
\fB--server\fP="ssh://uptermd.upterm.dev:22"
upterm server address (required), supported protocols are ssh, ws, or wss.

.PP
\fB--srht-user\fP=[]
this SourceHut user public keys are permitted to connect.


.SH EXAMPLE
.PP
Expand Down Expand Up @@ -92,4 +92,4 @@ Host a terminal session over a reverse SSH tunnel to the Upterm server with the

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-proxy.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Proxy a terminal session over WebSocket. This must be used in conjunction with S

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-current.1
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Display the current session. By default, the command fetches the current session

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-info.1
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Display session by name.

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-list.1
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ List shared sessions. Session admin sockets are located in ~/.upterm.

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Display session

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-upgrade.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Upgrade the CLI

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-version.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Show version

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion etc/man/man1/upterm.1
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Upterm is an open-source solution for sharing terminal sessions instantly with t

.SH HISTORY
.PP
29-Sep-2023 Auto generated by spf13/cobra
30-Sep-2023 Auto generated by spf13/cobra

0 comments on commit 4c30bd5

Please sign in to comment.