{"id":35357803,"url":"https://github.com/lt-mayonesa/hexagon","last_synced_at":"2026-02-20T17:03:08.887Z","repository":{"id":135046153,"uuid":"610025409","full_name":"lt-mayonesa/hexagon","owner":"lt-mayonesa","description":"Build your Team's CLI","archived":false,"fork":false,"pushed_at":"2026-02-19T12:24:54.000Z","size":4852,"stargazers_count":17,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T16:45:59.765Z","etag":null,"topics":["automation","cli","command-line-tool","developer-experience","developer-experience-and-enablement","developer-tools"],"latest_commit_sha":null,"homepage":"https://lt-mayonesa.github.io/hexagon/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"redbeestudios/hexagon","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lt-mayonesa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-05T23:13:14.000Z","updated_at":"2026-02-19T12:23:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"54d63ac9-3531-41cd-b71a-a62844897ccc","html_url":"https://github.com/lt-mayonesa/hexagon","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/lt-mayonesa/hexagon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lt-mayonesa%2Fhexagon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lt-mayonesa%2Fhexagon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lt-mayonesa%2Fhexagon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lt-mayonesa%2Fhexagon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lt-mayonesa","download_url":"https://codeload.github.com/lt-mayonesa/hexagon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lt-mayonesa%2Fhexagon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29658167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","command-line-tool","developer-experience","developer-experience-and-enablement","developer-tools"],"created_at":"2026-01-01T23:33:37.132Z","updated_at":"2026-02-20T17:03:08.881Z","avatar_url":"https://github.com/lt-mayonesa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexagon\nMake your team's knowledge truly accessible, truly shared, and truly empowering by creating your own CLI.\n\n[![01_ci-cd](https://github.com/lt-mayonesa/hexagon/actions/workflows/01-python-package.yml/badge.svg)](https://github.com/lt-mayonesa/hexagon/actions/workflows/01-python-package.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - Version](https://img.shields.io/pypi/v/hexagon)](https://pypi.org/project/hexagon/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hexagon)](https://pypi.org/project/hexagon/)\n[![PyPI - License](https://img.shields.io/pypi/l/hexagon)](https://pypi.org/project/hexagon/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/hexagon)](https://pypi.org/project/hexagon/)\n\n\n[![hexagon setup example](https://user-images.githubusercontent.com/11464844/141402773-2fa1e859-cbe7-43a2-87e8-81620307167f.gif)](https://asciinema.org/a/Mk8of7EC0grfsSgWYrEdGCjdF)\n\n---\n\n## Getting Started\n\n### Install hexagon\n```bash\npipx install hexagon\n```\n\n### Create your teams CLI\n\nEither use our [template repo](https://github.com/lt-mayonesa/hexagon-tools) or create a YAML like the following\n```yaml\ncli:\n  custom_tools_dir: .  # relative to this file\n  name: Test CLI\n  command: tc\n\nenvs:\n  - name: dev\n    alias: d\n  - name: qa\n    alias: q\n\ntools:\n\n  - name: google\n    alias: g\n    long_name: Google\n    description: Open google\n    type: web\n    envs:\n      dev: google.dev\n      qa: google.qa\n    action: open_link\n\n  - name: hello-world\n    alias: hw\n    long_name: Greet the world\n    type: shell\n    action: echo \"Hello World!\"\n```\n\n### Install the CLI\n\nRun `hexagon` and select the CLI installation tool\n\n## Options\n\n### Theming\n\nHexagon supports 3 themes for now:\n\n - default (some nice colors and decorations)\n - disabled (no colors and no decorations)\n - result_only (with colors but only shows the result logs)\n\nThis can be specified by the envvar `HEXAGON_THEME`, i.e.,\n\n```bash\n# assuming you installed a CLI with command tc\nHEXAGON_THEME=result_only tc\n```\n\n\n## Development\n\n### Pre-requisites\n\n```bash\npip install pipenv\n```\n\n### Run:\n\n```bash\n# start a shell\npipenv shell\n# install hexagon dependencies\npipenv install --dev\n# run it\npython -m hexagon\n```\n\n### Unit Tests:\n\n```bash\npytest -svv tests/\n```\n\n### E2E Tests:\n\n```bash\n# first generate the transalation files\n.github/scripts/i18n/build.sh\n# run tests\npytest -svv tests_e2e/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flt-mayonesa%2Fhexagon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flt-mayonesa%2Fhexagon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flt-mayonesa%2Fhexagon/lists"}