mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 04:54:18 +02:00
add 'cluster settings set' settings completion (#67)
This commit is contained in:
@@ -26,6 +26,10 @@ import (
|
||||
"github.com/urfave/cli/v3"
|
||||
)
|
||||
|
||||
func ClusterSettingsNames(conf *cfg.Config) ([]string, error) {
|
||||
return validClusterSettings, nil
|
||||
}
|
||||
|
||||
func ClusterSettingsList(conf *cfg.Config) error {
|
||||
res, err := conf.DefaultCluster.ES().Cluster.GetSettings().
|
||||
FlatSettings(true).
|
||||
|
||||
Reference in New Issue
Block a user