{"id":16451534,"url":"https://github.com/pauldraper/relasticsearch-cli","last_synced_at":"2026-06-07T21:02:23.802Z","repository":{"id":67767437,"uuid":"398631644","full_name":"pauldraper/relasticsearch-cli","owner":"pauldraper","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-21T18:36:04.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T07:35:31.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pauldraper.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":"2021-08-21T18:35:54.000Z","updated_at":"2021-08-21T18:36:06.000Z","dependencies_parsed_at":"2023-02-23T20:46:16.966Z","dependency_job_id":null,"html_url":"https://github.com/pauldraper/relasticsearch-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/pauldraper%2Frelasticsearch-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Frelasticsearch-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Frelasticsearch-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Frelasticsearch-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauldraper","download_url":"https://codeload.github.com/pauldraper/relasticsearch-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876862,"owners_count":19871903,"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-10-11T10:09:10.801Z","updated_at":"2026-06-07T21:02:23.795Z","avatar_url":"https://github.com/pauldraper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RElasticsearch CLI\n\nElasticsearch CLI client\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Overview](#overview)\n- [Install](#install)\n- [Usage](#usage)\n- [Example](#example)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Overview\n\nThis is a thin CLI wrapper around the ES API. Supports AWS IAM authentication.\n\n## Install\n\n```sh\npip3 install relasticsearch-cli\n```\n\nTo install with AWS IAM support,\n\n```sh\npip3 install relasticsearch-cli[aws]\n```\n\n## Usage\n\n```txt\nusage: es [-h] [--body BODY] [--aws-auth AWS_AUTH]\n          [--aws-domain AWS_DOMAIN] [--endpoint ENDPOINT]\n          [--username USERNAME]\n          {DELETE,GET,HEAD,PATCH,POST,PUT} path\n\npositional arguments:\n  {DELETE,GET,HEAD,PATCH,POST,PUT}\n                        HTTP method\n  path\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --body BODY           Request body\n  --aws-auth AWS_AUTH\n  --aws-domain AWS_DOMAIN\n                        AWS domain\n  --endpoint ENDPOINT   Endpoint URL, without the path\n  --username USERNAME   Username for basic auth\n```\n\n## Example\n\nList indices:\n\n```sh\nes --endpoint http://localhost:9200 GET /_cat/indices\n```\n\n```txt\ngreen open .kibana_1        XTv6AdigRqWMafUfInRsTg 1 1\n```\n\nList indices for AWS Elasticsearch:\n\n```sh\nes --aws-domain example GET /_cat/indices\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldraper%2Frelasticsearch-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauldraper%2Frelasticsearch-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldraper%2Frelasticsearch-cli/lists"}