-
Notifications
You must be signed in to change notification settings - Fork 1
/
bm.1
41 lines (40 loc) · 742 Bytes
/
bm.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH bm 1 "23 October 2018" "v1.2.7"
.SH NAME
.B bm
\- Browser-Mirror CLI tool
.SH DESCRIPTION
.B bm
is the command-line tool for managing the Browser-Mirror websocket server, it's logs, and installing the bm-client.js client-side counterpart that communicates with the server.
.SH SYNOPSIS
.B Start the server:
.PP
bm server start [port number]
.PP Port number default to 1337 if omitted.
.PP
.B Stop the server:
.PP
bm server stop
.PP
.B Install the client-side JS file:
.PP
bm client install /path/to/install/to
.PP
.B Update bm:
.PP
bm update
.PP
.B get server status:
.PP
bm server status
.PP
.B Uninstall bm:
.PP
bm uninstall
.PP
.B Get bm version:
.PP
bm --version
.PP
.B View help text:
.PP
bm --help