-
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
influx non-interactive mode - INSERT must be handled #5078
Comments
Thanks for the report @marinonjalsson What is most likely happening here is that Marking this as "help-wanted" as it should not be too difficult for someone who would like to help out with the source. In the meantime, you know you can insert data via |
I'd like to try fixing this. I've looked at code and can see where this is happening. |
@grange74 That seems like expected behavior. I think the following changes could significantly improve the CLI's non-interactive feature.
A PR for any of the above would be greatly appreciated. |
@gunnaraasen -- I don't see the point of the second idea. Can you explain why one would want that? |
If |
I see. Yeah, that could be handy. |
Thanks, i'll have a go at the first idea. It makes a lot of sense. |
Fixed #5078 to support Inserts in non-interactive mode.
if I try to insert measurement though non-interactive mode like:
Where is the insert function non-interactive mode?
version:
Marinó
The text was updated successfully, but these errors were encountered: