▀██▀ ▄▄█▀▀██ █▀▀██▀▀█ ▀██▀▀█▄ ▀██▀▀█▄
██ ▄█▀ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██▀▀▀█▄
██ ▀█▄ ██ ██ ██ ██ ██ ██
▄██▄ ▀▀█▄▄▄█▀ ▄██▄ ▄██▄▄▄█▀ ▄██▄▄▄█▀
Author: github.com/francis-du <me@francis.run>
Version: iotdb-cli 0.1.0
USAGE:
iotdb [FLAGS] [OPTIONS] [sql] [SUBCOMMAND]
FLAGS:
-d, --debug Enable debug mode
--dev Dev server
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-e, --endpoint <endpoint> Set server endpoint, eg: `localhost:6667`
-f, --file <file> Execute batch form sql file, eg: `iotdb -f ddl.sql`
-H, --host <host> Set server hostname or ip address, eg: `127.0.0.1`
-p, --password <password> Set user password
-P, --port <port> Set server port
-t, --timezone <timezone> Set timezone, eg: `UTC+8`
-u, --user <user> Set user name
ARGS:
<sql> Execute single sql, eg: `iotdb "show storage group"`
SUBCOMMANDS:
csv Csv util(TODO)
file Execute batch form sql file, eg: `iotdb file ddl.sql`
help Prints this message or the help of the given subcommand(s)
load Load TsFile util (TODO)
update Update binary (TODO)
usage Print usage info
version Prints server version information