{"id":13530970,"url":"https://github.com/yokawasa/action-setup-ecctl","last_synced_at":"2026-03-12T10:40:15.851Z","repository":{"id":38388093,"uuid":"273867973","full_name":"yokawasa/action-setup-ecctl","owner":"yokawasa","description":"A GitHub action that install a specific version of ecctl (Elastic Cloud control tool) and cache it on the runner. Please [✩Star] if you're using it!","archived":false,"fork":false,"pushed_at":"2024-11-03T23:28:47.000Z","size":1869,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T22:21:44.728Z","etag":null,"topics":["ecctl","elasticcloud","elasticsearch","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yokawasa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-21T08:53:24.000Z","updated_at":"2024-11-03T23:27:49.000Z","dependencies_parsed_at":"2024-04-05T01:48:27.850Z","dependency_job_id":null,"html_url":"https://github.com/yokawasa/action-setup-ecctl","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":"0.32352941176470584","last_synced_commit":"36dc2132bc0e173b512ad3707bbfb7710ad1aaf4"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yokawasa%2Faction-setup-ecctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yokawasa%2Faction-setup-ecctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yokawasa%2Faction-setup-ecctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yokawasa%2Faction-setup-ecctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yokawasa","download_url":"https://codeload.github.com/yokawasa/action-setup-ecctl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245662920,"owners_count":20652099,"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":["ecctl","elasticcloud","elasticsearch","github-action","github-actions"],"created_at":"2024-08-01T07:00:58.602Z","updated_at":"2026-03-12T10:40:15.818Z","avatar_url":"https://github.com/yokawasa.png","language":"TypeScript","funding_links":[],"categories":["Community Resources"],"sub_categories":["Utility"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/yokawasa/action-setup-ecctl/actions\"\u003e\u003cimg alt=\"action-setup-ecctl status\" src=\"https://github.com/yokawasa/action-setup-ecctl/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# action-setup-ecctl\n\nA GitHub action that install a specific version of [ecctl](https://github.com/elastic/ecctl) (Elastic Cloud control tool) and cache it on the runner\n\n## Usage\n\n### Inputs\n\n|Parameter|Required|Default Value|Description|\n|:--:|:--:|:--:|:--|\n|`version`|`false`|`latest`|Ecctl tool version such as `v1.3.1`. Ecctl vesion can be found [here](https://github.com/elastic/ecctl/releases).|\n\n\u003e Supported Environments: Linux and macOS\n\n### Outputs\n\n|Parameter|Description|\n|:--:|:--|\n|`ecctl-path`| ecctl command path |\n\n\n### Sample Workflow\n\nA specific version of ecctl can be setup by giving an input - `version` like this:\n```yaml\n- uses: yokawasa/action-setup-ecctl@v0.4.2\n  with:\n    version: 'v1.3.1'   # default is 'latest'\n  id: setup\n- run: |\n  ecctl version\n```\n\nThe latest version of ecctl will be setup if you don't give an input like this:\n\n```yaml\n- uses: yokawasa/action-setup-ecctl@v0.4.2\n  id: setup\n- run: |\n  ecctl version\n```\n\n## Developing the action\n\nInstall the dependencies  \n```bash\nnpm install\n```\n\nBuild the typescript and package it for distribution by running [ncc](https://github.com/vercel/ncc)\n```bash\nnpm run build \u0026\u0026 npm run format \u0026\u0026 npm run lint \u0026\u0026 npm run pack\n```\n\nFinally push the resutls\n```\ngit add dist\ngit commit -a -m \"prod dependencies\"\ngit push origin releases/v0.4.2\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/action-setup-ecctl\n\n## Changelog\n\nPlease see the [list of releases](https://github.com/yokawasa/action-setup-ecctl/releases) for information on changes between releases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyokawasa%2Faction-setup-ecctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyokawasa%2Faction-setup-ecctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyokawasa%2Faction-setup-ecctl/lists"}