A command-line kit to manage a meilisearch server easily.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
A command-line kit to manage a meilisearch server easily.
A command-line kit to manage a meilisearch server with promption commands, indexes and field of one index.
- meilisearch v0.26.0
- A meilisearch instance of v0.26.0
- Download binary from
- Running
meilisearch-prompt
with interactive command-line mode../meilisearch-prompt interactive <your meilisearch host>
- Manage your meilisearch instance
ls cd <your index> settings // get all settings of current index settings ranking-rules //get ranking-rules settings of current index settings ranking-rules words typo sort // set ranking-rules settings of current index
- ls - ls all indexes of current instance
- cd - select an index as current index
- create [primaryKey] - create a new index
- info - get info about current index
- settings - get all settings of current index
- settings - get one item of current index settings.
- settings [field1] [field2] [field2] - set one item of current index settings.
item may be one of below:
displayed-attributes, searchable-attributes, filterable-attributes, sortable-attributes, ranking-rules, stop-words, distinct-attribute
- ls
- cd
- create
- settings
- displayed-attributes
- get
- set
- searchable-attributes
- get
- set
- filterable-attributes
- get
- set
- sortable-attributes
- get
- set
- ranking-rules
- get
- set
- stop-words
- get
- set
- distinct-attribute
- get
- set
- displayed-attributes
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the AGPL v3 License. See LICENSE
for more information.