You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create a new top-level show command, to enable uses to easily view their databases and caches. Tables will not be a sub-command, as that remains a SQL query for a database.
Requirements
When a user shows all top-level commands, show should now exist.
Command: show
Description: View all databases and configured caches
$ influxdb3 -h
InfluxDB 3 Core server and command line tools
Usage: influxdb3 [OPTIONS] [COMMAND]
Commands:
create Create a resource such as a database or auth token
delete Delete a resource such as a database or table
query Perform a query against a running InfluxDB 3 Core server [aliases: q]
serve Run the InfluxDB 3 Core server
show View all databases and configured caches
write Perform a set of writes to a running InfluxDB 3 Core server [aliases: w]
help Print this message or the help of the given subcommand(s)
Sub-commands are individual issues.
The content you are editing has changed. Please copy your edits and refresh the page.
Purpose
We need to create a new top-level
show
command, to enable uses to easily view their databases and caches. Tables will not be a sub-command, as that remains a SQL query for a database.Requirements
When a user shows all top-level commands,
show
should now exist.Command:
show
Description:
View all databases and configured caches
Sub-commands are individual issues.
Tasks
show databases
sub-command within CLI #25745show last-caches
sub-command within CLI #25746show meta-caches
sub-command within CLI #25747The text was updated successfully, but these errors were encountered: