influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 23 forks source link

fix: do not require remoteOrgID for remote connection creation #451

Closed serenibyss closed 1 year ago

serenibyss commented 1 year ago

This PR makes the remote creation command no longer require a remote org ID. There is a warning suggesting that it is needed for Cloud or OSS, but not for 1.x.

Additionally, this PR updates the CLI to the latest OpenAPI, which came with a handful of changes, though all of the changes in this PR for that are just updating for changes and not making any user-facing changes