Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions influxdb3/src/help/influxdb3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ InfluxDB 3 Core Server and Command Line Tools
{} Run the InfluxDB 3 Core server
{} Perform a query against a running InfluxDB 3 Core server
{} Perform a set of writes to a running InfluxDB 3 Core server
{} Update resources on the InfluxDB 3 Core server

{}
{} Create a resource such as a database or auth token
Expand Down
1 change: 1 addition & 0 deletions influxdb3/src/help/influxdb3_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ InfluxDB 3 Core Server and Command Line Tools
{} Run the InfluxDB 3 Core server
{} Perform a query against a running InfluxDB 3 Core server
{} Perform a set of writes to a running InfluxDB 3 Core server
{} Update resources on the InfluxDB 3 Core server

{}
{} Create a resource such as a database or auth token
Expand Down
2 changes: 2 additions & 0 deletions influxdb3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ fn maybe_print_help() {
"serve".bold(),
"query, q".bold(),
"write, w".bold(),
"update".bold(),
"Resource Management:".bold().underline(),
"create".bold(),
"show".bold(),
Expand Down Expand Up @@ -337,6 +338,7 @@ fn maybe_print_help() {
"serve".bold(),
"query, q".bold(),
"write, w".bold(),
"update".bold(),
"Resource Management:".bold().underline(),
"create".bold(),
"show".bold(),
Expand Down