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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH DQLITE "1" "October 2020" "dqlite 1.8.0" "User Commands"
.SH NAME
dqlite \- distributed sqlite shell
.SH DESCRIPTION
.IX Header "DESCRIPTION"
.B dqlite is a Standard SQLite-like dqlite shell. It supports normal SQL queries
plus the special .cluster and .leader commands to inspect the cluster members
and the current leader.
.br
It can be used along with \fBdqlite-demo\fR\|(1).
.SS "Usage:"
.IP
dqlite \fB\-s\fR <servers> <database> [command] [flags]
.SS "Flags:"
.IX Header "Flags"
.TP
\fB\-c\fR, \fB\-\-cert\fR string
public TLS cert
.TP
\fB\-f\fR, \fB\-\-format\fR string
output format (tabular, json) (default "tabular")
.TP
\fB\-h\fR, \fB\-\-help\fR
help
.TP
\fB\-k\fR, \fB\-\-key\fR string
private TLS key
.TP
\fB\-s\fR, \fB\-\-servers\fR strings
comma\-separated list of db servers, or file://<store>
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fBdqlite-demo\fR\|(1)
.SH "AUTHOR"
.IX Header "AUTHOR"
Clément Hermann <nodens@debian.org>
|