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
When using query subcommand and the query errors, the influx command shouldn't display usage:
./bin/darwin/influx query @buggy.flux --org root
Error: Failed to execute query: function references unknown column "LOL".
Usage:
influx query [query literal or @/path/to/query.flux] [flags]
Flags:
-h, --help Help for the query command
-o, --org string The organization name
--org-id string The organization ID
Global Flags:
--host string HTTP address of Influx (default "http://localhost:9999")
--local Run commands locally against the filesystem
-t, --token string API token to be used throughout client calls
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using
query
subcommand and the query errors, theinflux
command shouldn't display usage:The text was updated successfully, but these errors were encountered: