InfluxDB CLI 2.2.1 release notes (#3385)
parent
781d57d506
commit
749a7fccc6
|
@ -8,6 +8,17 @@ menu:
|
|||
name: influx CLI
|
||||
---
|
||||
|
||||
## v2.2.1 [2021-11-09]
|
||||
|
||||
This release includes two new bug fixes.
|
||||
|
||||
## Bug fixes
|
||||
|
||||
- Improve error messages for unknown subcommands (`Error: command “…” not recognized.`) by describing how to
|
||||
run `./influx --help` to see a list of valid commands. Thanks @slai!
|
||||
|
||||
- Ensure `org members remove` API calls successfully remove a member from an organization by fixing accidental swap of `orgID` and `userID`. Thanks @geek981108!
|
||||
|
||||
## v2.2.0 [2021-10-21]
|
||||
|
||||
This release includes three new features and bug fixes.
|
||||
|
|
Loading…
Reference in New Issue