{"id":23196252,"url":"https://github.com/jrgtt/escl","last_synced_at":"2025-07-21T11:31:54.681Z","repository":{"id":57227447,"uuid":"154097674","full_name":"jrgtt/escl","owner":"jrgtt","description":"Elasticsearch command line tool","archived":false,"fork":false,"pushed_at":"2019-03-01T13:08:38.000Z","size":86,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T05:23:14.469Z","etag":null,"topics":["cli","elasticsearch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrgtt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-22T06:40:40.000Z","updated_at":"2021-08-26T11:43:56.000Z","dependencies_parsed_at":"2022-09-12T17:00:24.800Z","dependency_job_id":null,"html_url":"https://github.com/jrgtt/escl","commit_stats":null,"previous_names":["jrigotti/escl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrgtt/escl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrgtt%2Fescl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrgtt%2Fescl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrgtt%2Fescl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrgtt%2Fescl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrgtt","download_url":"https://codeload.github.com/jrgtt/escl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrgtt%2Fescl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291565,"owners_count":23906293,"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":["cli","elasticsearch"],"created_at":"2024-12-18T14:17:31.106Z","updated_at":"2025-07-21T11:31:54.653Z","avatar_url":"https://github.com/jrgtt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# escl\n![](https://img.shields.io/npm/v/escl.svg)\n\nA high-level command line wrapper around the\n[elasticsearch.js](https://github.com/elastic/elasticsearch-js) client.\n\n[![asciicast](https://asciinema.org/a/Y0tbnAEyuOy68o0uCpB4zgXtQ.png)](https://asciinema.org/a/Y0tbnAEyuOy68o0uCpB4zgXtQ)\n\n## Installation\n``` shell\nnpm install -g escl\n```\n\n## Requirements\n[Make sure you have elasticsearch up and\nrunning](https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html).\n\n## Getting started\n[Setup your client](docs/setting-up-client.md) and if everything is fine the\nfollowing command in your terminal\n\n``` shell\n$ escl _info\n```\n\nshould output a response in a similar format as below:\n\n```\n{\n  \"name\": \"XXXXX\",\n  \"cluster_name\": \"elasticsearch\",\n  \"cluster_uuid\": \"aq2tteqwbddy_8s9dnd\",\n  \"version\": {\n    \"number\": \"6.3.0\",\n    \"build_flavor\": \"default\",\n    \"build_type\": \"zip\",\n    \"build_hash\": \"424e937\",\n    \"build_date\": \"2018-06-11T23:38:03.357887Z\",\n    \"build_snapshot\": false,\n    \"lucene_version\": \"7.3.1\",\n    \"minimum_wire_compatibility_version\": \"5.6.0\",\n    \"minimum_index_compatibility_version\": \"5.0.0\"\n  },\n  \"tagline\": \"You Know, for Search\"\n}\n```\n\nCheck the [examples folder](docs/examples/) for more commands.\n\n## Documentation\n- [Which commands can I execute](docs/commands.md)\n- [Passing options to commands](docs/options.md)\n- [Customize your escl with .esclrc file](docs/esclrc.md)\n\n## Disclaimer\nThis is side project I've built in my spare time with the purpose of helping me\nout with repetitive tasks I use to perform in Elasticsearch. It's not encouraged\nand advised to be used in a production environment and/or where sensitive data\nis being handled.\n\n## Contributing\nContributions and improvements in accord with the project philosophy are gladly\naccepted. Make sure to check the [contributing](CONTRIBUTING.md) guide for\nmore info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrgtt%2Fescl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrgtt%2Fescl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrgtt%2Fescl/lists"}