odfe-cli
odfe-cli copied to clipboard
Add ISM APIs to CLI
- Create policy
- Add policy
- Update policy
- Get policy
- Remove policy from index
- Update managed index policy
- Retry failed index
- Explain index
- Delete policy
https://opendistro.github.io/for-elasticsearch-docs/docs/im/ism/api/
why not just use the api?
@lukajose our aim is to provide better user experience while interacting with opendistro plugins. Though it is possible to use API, having this apis integrated as commands in cli will help user not to spend too much time on setting up or building api request. Moreover, user don't have to go to multiple plugin's api documentation to understand api contracts, they can easily perform this as operation in an easy to use interface from command line.