add support for a standard config in ~/.config/esctl/config.yaml (#7)

This commit is contained in:
T. von Dein
2026-04-29 10:26:53 +02:00
parent 01853c3299
commit f89a09d1d2
3 changed files with 25 additions and 3 deletions

View File

@@ -49,6 +49,10 @@ clusters:
pass: asdasdasd
```
and specify it with `-c configfile`. You may also put clusters into a
default config file in `~/.config/esctl/config.yaml`. In this case you
can omit `-c ...`.
If you want to work on a specific cluster, specify its name with the
global `-C` option.