update deps: cli v3.9.0 and some minor updates (#15)

This commit is contained in:
T. von Dein
2026-05-18 12:19:45 +02:00
parent 15e0f9dc90
commit b71819f9e8
4 changed files with 33 additions and 14 deletions

View File

@@ -2,6 +2,10 @@
- [ES API docs](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get)
- Fix index names custom completion
https://github.com/urfave/cli/issues/2332
https://github.com/urfave/cli/issues/2333
- index show: add more details, see screenshots
- add shard explain, aka:
get /_cluster/allocation/explain {"index":"yourindex", "primary": true, "shard":0}