diff --git a/README.md b/README.md index 70ce88a..783179d 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,19 @@ Features: - Cross cluster replication (ccr): view, pause, resume, delete replication. You can also manage follower configuration. - Index management: manage aliases, create, modify, delete indices, - display field mappings etc. + display field mappings etc. Automatic rollover of aliases supported. +- Index template management: create, modify, delete etc +- Index alias management: create, modify, delete etc - Node management: only list nodes yet. - Shard management: only list shards yet. - Snapshot management: only list snapshots yet. +- ILM management: list, create, delete etc. +- Task management: list and cancel tasks - Role management: only list roles yet. There's also a `role diff` subcommand, which is for internal use. It can be used to verify if role defs in a CSV match the deployed roles. +- API documentation (`api list` and `api show `) with + interactive markdown pager for endpoint documentation. - Repl: this is an interactive REPL (read eval print loop) towards the elasticsearch API. You can run API calls on the current selected cluster w/o the hassle to specify the whole url, credentials etc. It