mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 04:54:18 +02:00
add ilm management support (#43)
This commit is contained in:
@@ -31,6 +31,7 @@ const (
|
||||
Crole
|
||||
Ccluster
|
||||
Capi
|
||||
Cilm
|
||||
)
|
||||
|
||||
func complete(cmd *cli.Command, what int) {
|
||||
@@ -61,6 +62,8 @@ func complete(cmd *cli.Command, what int) {
|
||||
list, err = es.DatastreamNames(conf)
|
||||
case Capi:
|
||||
list = es.ApiPathNames()
|
||||
case Cilm:
|
||||
list, err = es.IlmNames(conf)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user