{"id":18712187,"url":"https://github.com/algolia/algoliasearch-client-cmd","last_synced_at":"2025-06-19T15:44:55.514Z","repository":{"id":66050752,"uuid":"10281353","full_name":"algolia/algoliasearch-client-cmd","owner":"algolia","description":"Algolia Search Command Line API Client","archived":false,"fork":false,"pushed_at":"2018-04-18T16:13:14.000Z","size":189,"stargazers_count":21,"open_issues_count":0,"forks_count":8,"subscribers_count":87,"default_branch":"master","last_synced_at":"2025-04-25T11:53:14.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/algolia.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":"2013-05-25T08:02:21.000Z","updated_at":"2019-08-13T15:21:19.000Z","dependencies_parsed_at":"2023-03-13T20:31:04.279Z","dependency_job_id":null,"html_url":"https://github.com/algolia/algoliasearch-client-cmd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/algolia/algoliasearch-client-cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algolia","download_url":"https://codeload.github.com/algolia/algoliasearch-client-cmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-cmd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260781890,"owners_count":23062317,"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":[],"created_at":"2024-11-07T12:40:53.672Z","updated_at":"2025-06-19T15:44:50.479Z","avatar_url":"https://github.com/algolia.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"AlgoliaSearch REST API CLI Client\n=================================\n\nThis API client has been done to ease the usage of Algolia's REST API from the command line. It's a [cURL](https://curl.haxx.se/docs/manpage.html) wrapper handling the retry strategy complexity for you.\n\n# Usage\n\n```\n$ ./algoliasearch-cmd.sh (GET|POST|PUT|DELETE) /1/\u003cENDPOINT\u003e [cURL arguments]\n```\n\nExamples:\n\n  * Test if the service is alive:\n\n    ```\n    $ APPLICATION_ID=******** API_KEY=******** ./algoliasearch-cmd.sh GET /1/isalive\n    ```\n\n  * Delete an index:\n\n    ```\n    $ APPLICATION_ID=******** API_KEY=******** ./algoliasearch-cmd.sh DELETE /1/indexes/myindextodelete\n    ```\n\n  * Set the settings of an index:\n\n    ```\n    $ APPLICATION_ID=******** API_KEY=******** ./algoliasearch-cmd.sh PUT /1/indexes/myindex/settings -d '{\"attributesToIndex\": [\"title\", \"description\"]}'\n    ```\n\n  * Search:\n\n    ```\n    $ APPLICATION_ID=******** API_KEY=******** ./algoliasearch-cmd.sh POST /1/indexes/myindex/query -d '{\"query\": \"test\"}'\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgolia%2Falgoliasearch-client-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgolia%2Falgoliasearch-client-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgolia%2Falgoliasearch-client-cmd/lists"}