-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove required '@' prefix for file paths in 'influx' CLI #17356
Comments
toooootally agree, we should support piping everywhere as well withou the arcane |
As part of the story I think it's important to understand why it's designed this way and if there are any implications for changing it, because I don't have context on that right now. |
#17398 introduces a new --file (or -f ) flag that let the user specify the file to write |
@sranka does your PR only introduce it to the
There may be others |
Only the write command |
this is fixed by #17398 |
Proposal:
Remove the required
@
prefix when specifying file paths in theinflux
CLI. It breaks any shell's native tab-completion.Desired behavior:
I want to be able to use my shell's native tab-completion to quickly type file paths when using the
influx
CLI.Use case:
Ease of use.
The text was updated successfully, but these errors were encountered: