{"id":34109897,"url":"https://github.com/yuvigold/mercado","last_synced_at":"2026-04-06T09:01:37.314Z","repository":{"id":119017065,"uuid":"552595083","full_name":"YuviGold/mercado","owner":"YuviGold","description":"All-In-One Development CLI Tools Multi-platform Marketplace","archived":false,"fork":false,"pushed_at":"2026-03-18T17:42:05.000Z","size":3340,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T07:09:54.179Z","etag":null,"topics":["automation","cli","devops"],"latest_commit_sha":null,"homepage":"","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/YuviGold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-16T23:20:27.000Z","updated_at":"2026-03-18T17:34:57.000Z","dependencies_parsed_at":"2024-01-03T08:27:16.155Z","dependency_job_id":"437e88cf-b915-403c-924e-cee521c600e1","html_url":"https://github.com/YuviGold/mercado","commit_stats":{"total_commits":56,"total_committers":2,"mean_commits":28.0,"dds":0.4285714285714286,"last_synced_commit":"78ea66436168bd1a85fe6f4c07d6c1a182024cc2"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/YuviGold/mercado","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuviGold%2Fmercado","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuviGold%2Fmercado/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuviGold%2Fmercado/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuviGold%2Fmercado/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuviGold","download_url":"https://codeload.github.com/YuviGold/mercado/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuviGold%2Fmercado/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","cli","devops"],"created_at":"2025-12-14T18:39:53.975Z","updated_at":"2026-04-06T09:01:37.307Z","avatar_url":"https://github.com/YuviGold.png","language":"Python","readme":"# Mercado\nAll-In-One Development CLI Tools Multi-platform Marketplace\n\n\u003cimg src=\"docs/demo.gif\" width=\"900\"/\u003e\n\nStop memorizing whether that's `apt install` or `brew` or any other package manager that takes too long whenever only to get an outdated tool - and use `mercado` instead!\n\nAll the most used tools by developers like `docker`, `terraform`, and `kubectl`.\n\n- Supports different types of installations\n  - **GitHub releases**\n  - **Hashicorp products**\n  - **URL fetching**\n  - **Customized shell scripts**\n- **Multi-platform multi-architectures** installations\n- Install the **latest artifact** or a specific version\n- HTTP calls with retry mechanismand timeouts\n- Archive unpacking\n- Elaborated logs with timestamps of every step in the process\n- CI first\n  - Every artifact is verified on a daily basis\n  - README is dynamically generated so docs can't get broken\n\n\n## Supported Tools\n\n\u003c!-- [[[cog\nimport cog\nfrom textwrap import dedent\nimport subprocess\n\ndef print_command(command):\n    cog.outl(dedent(f\"\"\"\n```bash\n$ {command}\n\n{subprocess.getoutput(command)}\n```\n    \"\"\"))\n\nprint_command(\"mercado list --names-only --all\")\n\n]]] --\u003e\n\n```bash\n$ mercado list --names-only --all\n\nMercado tools \n┏━━━━━━━━━━━━┓\n┃ Name       ┃\n┡━━━━━━━━━━━━┩\n│ aws        │\n│ compose    │\n│ consul     │\n│ cosign     │\n│ docker     │\n│ gh         │\n│ helm       │\n│ k3d        │\n│ k8sgpt     │\n│ k9s        │\n│ kind       │\n│ kubectl    │\n│ minikube   │\n│ packer     │\n│ terraform  │\n│ terragrunt │\n│ tfsec      │\n│ trivy      │\n│ vagrant    │\n│ vault      │\n│ waypoint   │\n└────────────┘\n```\n\n\u003c!-- [[[end]]] --\u003e\n\n## Install\n\n```bash\npython3 -m pip install mercado\n```\n\n## How to use\n\n\u003c!-- [[[cog\nimport cog\nfrom textwrap import dedent\nimport subprocess\n\ndef print_command(command):\n    cog.outl(dedent(f\"\"\"\n```bash\n$ {command}\n\n{subprocess.getoutput(command)}\n```\n    \"\"\"))\n\nprint_command(\"mercado list --verbose\")\n\nprint_command(\"mercado install gh\")\n\nprint_command(\"mercado is-latest docker\")\n\nprint_command(\"mercado show minikube\")\n\nprint_command(\"mercado list --label k8s --with-labels --all\")\n\n]]] --\u003e\n\n```bash\n$ mercado list --verbose\n\n                                            Mercado tools                                             \n┏━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ Name       ┃ Installed ┃ Is Latest ┃ Version ┃ Path                                                ┃\n┡━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ compose    │ ✅        │ 🔼        │ 2.20.3  │ /Users/yuvalgold/.docker/cli-plugins/docker-compose │\n│ gh         │ ✅        │ ✅        │ 2.44.1  │ /Users/yuvalgold/.mercado/gh                        │\n│ k3d        │ ✅        │ ✅        │ 5.6.0   │ /Users/yuvalgold/.mercado/k3d                       │\n│ k8sgpt     │ ✅        │ ✅        │ 0.3.27  │ /Users/yuvalgold/.mercado/k8sgpt                    │\n│ k9s        │ ✅        │ 🔼        │ 0.31.8  │ /Users/yuvalgold/.mercado/k9s                       │\n│ kind       │ ✅        │ 🔼        │ 0.21.0  │ /Users/yuvalgold/.mercado/kind                      │\n│ terragrunt │ ✅        │ 🔼        │ 0.50.3  │ /Users/yuvalgold/.mercado/terragrunt                │\n├────────────┼───────────┼───────────┼─────────┼─────────────────────────────────────────────────────┤\n│ terraform  │ ✅        │ 🔼        │ 1.7.3   │ /Users/yuvalgold/.mercado/terraform                 │\n│ vagrant    │ ✅        │ 🔼        │ 2.3.7   │ /Users/yuvalgold/.mercado/vagrant                   │\n│ vault      │ ✅        │ 🔼        │ 1.14.1  │ /Users/yuvalgold/.mercado/vault                     │\n├────────────┼───────────┼───────────┼─────────┼─────────────────────────────────────────────────────┤\n│ kubectl    │ ✅        │ 🔼        │ 1.28.2  │ /Users/yuvalgold/.mercado/kubectl                   │\n├────────────┼───────────┼───────────┼─────────┼─────────────────────────────────────────────────────┤\n│ aws        │ ✅        │ 🔼        │ 2.15.19 │ /Users/yuvalgold/.mercado/aws                       │\n│ docker     │ ✅        │ ✅        │ 25.0.3  │ /Users/yuvalgold/.mercado/docker                    │\n│ helm       │ ✅        │ 🔼        │ 3.14.0  │ /Users/yuvalgold/.mercado/helm                      │\n└────────────┴───────────┴───────────┴─────────┴─────────────────────────────────────────────────────┘\n```\n\n\n```bash\n$ mercado install gh\n\n[02/22/24 18:07:35] Looking for the latest version of 'gh'                                                                                         \n[02/22/24 18:07:36] Getting installer for tool 'gh' with version v2.44.1 for darwin and arm64                                                      \n                    Installing 'gh'...                                                                                                             \n[02/22/24 18:07:37] Downloading 'gh' to /var/folders/v5/mbdkcsy10c7b_g08jp498ww00000gn/T/gh_2.44.1_macOS_arm64.zip (size: 10.9 MB)                 \nDownloading... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00\n[02/22/24 18:07:40] Unpacking /var/folders/v5/mbdkcsy10c7b_g08jp498ww00000gn/T/gh_2.44.1_macOS_arm64.zip to                                        \n                    /var/folders/v5/mbdkcsy10c7b_g08jp498ww00000gn/T/gh_2.44.1_macOS_arm64                                                         \n                    Copying /var/folders/v5/mbdkcsy10c7b_g08jp498ww00000gn/T/gh_2.44.1_macOS_arm64/gh_2.44.1_macOS_arm64/bin/gh to                 \n                    /Users/yuvalgold/.mercado/gh                                                                                                   \n👍      'gh' version v2.44.1 is installed\n```\n\n\n```bash\n$ mercado is-latest docker\n\n👍      You have the latest version of 'docker' (25.0.3)\n```\n\n\n```bash\n$ mercado show minikube\n\nName: minikube\nStatus: ❌\nRemote Version: \n```\n\n\n```bash\n$ mercado list --label k8s --with-labels --all\n\n                   Mercado tools                   \n┏━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ Name     ┃ Installed ┃ Labels                   ┃\n┡━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ helm     │ ✅        │ k8s                      │\n│ k3d      │ ✅        │ k8s,docker,orchestration │\n│ k8sgpt   │ ✅        │ k8s                      │\n│ k9s      │ ✅        │ k8s                      │\n│ kind     │ ✅        │ k8s,docker,orchestration │\n│ kubectl  │ ✅        │ k8s                      │\n│ minikube │ ❌        │ k8s,orchestration        │\n└──────────┴───────────┴──────────────────────────┘\n```\n\n\u003c!-- [[[end]]] --\u003e\n\n## Contributing\n\nPlease see the [CONTRIBUTING guide](https://github.com/YuviGold/mercado/blob/master/CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvigold%2Fmercado","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvigold%2Fmercado","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvigold%2Fmercado/lists"}