flux
flux copied to clipboard
Requirements for flux repo CLI tool
Notes:
- have
fluxdelivered as a CLI named that with no dependency on InfluxDB. - brew installable/go gettable.
- The Flux command should support all the from types.
- For InfluxDB there should be a from that uses the HTTP interface (the 2.0 one). So it would only work against 1.7 or higher
- Ideally, all the RPC logic can be extracted into a library that can just be used by flux, the influx CLI or anything else. We’ll want more complicated logic over time for each of the from sources
Thanks Adam - for [2] - let's change that from nice-to-have to a requirement? We don't need to build the brew recipe now .. but for sure it needs to be go-gettable. We can assume that we are in the future and can rely on go module support everywhere.