{"id":16877002,"url":"https://github.com/marinpostma/meili-cli","last_synced_at":"2025-04-11T11:33:51.280Z","repository":{"id":106505621,"uuid":"264479195","full_name":"MarinPostma/meili-cli","owner":"MarinPostma","description":"A CLI for meilisearch","archived":false,"fork":false,"pushed_at":"2020-07-02T12:25:36.000Z","size":37,"stargazers_count":8,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T11:22:22.362Z","etag":null,"topics":["meilisearch"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarinPostma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-16T16:31:13.000Z","updated_at":"2020-12-09T17:00:02.000Z","dependencies_parsed_at":"2023-03-09T17:30:16.246Z","dependency_job_id":null,"html_url":"https://github.com/MarinPostma/meili-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinPostma%2Fmeili-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinPostma%2Fmeili-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinPostma%2Fmeili-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarinPostma%2Fmeili-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarinPostma","download_url":"https://codeload.github.com/MarinPostma/meili-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248384264,"owners_count":21094693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["meilisearch"],"created_at":"2024-10-13T15:41:14.077Z","updated_at":"2025-04-11T11:33:51.257Z","avatar_url":"https://github.com/MarinPostma.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meili-cli\n\nA CLI for Meilisearch\n\n## install\n\n```bash\ncargo install --path .\n```\n\n## Usage\n\nget basic help:\n\n```bash\nmeili-cli --help\n```\n\nby default, meili-cli uses `localhost:7700`, you can change the address by specifying it as a first argument:\n\n```bash\nmeili-cli my-meili-instance.com index create movies\n```\n\n### Creating an index\n\n```bash\nmeili-cli index create index_name\n```\n\n### Adding documents\n\n```bash\necho '{\"id\": 1, \"foo\": \"bar}' | meili-cli documents -i index_name --update add\n```\n\nor\n\n```bash\nmeili-cli documents -i index_name add --update documents.json\n```\n\n### Supported operations\n\n- [x] create, delete, list indexes\n- [x] perform searches\n- [x] add, remove documents\n- [x] list, reset, modify settings\n- [x] support for API keys\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinpostma%2Fmeili-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarinpostma%2Fmeili-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinpostma%2Fmeili-cli/lists"}