{"id":45467977,"url":"https://github.com/fcrozetta/kubeforward","last_synced_at":"2026-03-08T03:01:49.446Z","repository":{"id":334712653,"uuid":"1142418462","full_name":"fcrozetta/kubeforward","owner":"fcrozetta","description":"CLI to forward kubectl services to local","archived":false,"fork":false,"pushed_at":"2026-02-26T17:47:33.000Z","size":77,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-26T23:51:39.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcrozetta.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"agents.md","dco":null,"cla":null}},"created_at":"2026-01-26T11:40:12.000Z","updated_at":"2026-02-26T17:12:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fcrozetta/kubeforward","commit_stats":null,"previous_names":["fcrozetta/kubeforward"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/fcrozetta/kubeforward","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fkubeforward","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fkubeforward/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fkubeforward/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fkubeforward/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcrozetta","download_url":"https://codeload.github.com/fcrozetta/kubeforward/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fkubeforward/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30243534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-02-22T10:06:43.069Z","updated_at":"2026-03-08T03:01:49.439Z","avatar_url":"https://github.com/fcrozetta.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/kubeforward.png\" alt=\"kubeforward logo\" width=\"180\" /\u003e\n\u003c/p\u003e\n\n# kubeforward\n\nKubeforward is a macOS-first CLI for config-driven Kubernetes port-forward workflows.\n\nCurrent implementation status: config loading/validation, `plan`, `up`, and `down` are implemented.\n\n## Quick Start\n\n```bash\nbrew install fcrozetta/tools/kubeforward\nkubeforward help\nkubeforward plan --file kubeforward.yaml\nkubeforward up --file kubeforward.yaml --env dev --daemon\nkubeforward down --file kubeforward.yaml --env dev\n```\n\n- `help` shows global command usage.\n- `plan` validates config and renders a normalized environment/forward summary.\n- `up` starts all forwards in the selected environment.\n- `down` stops tracked forwards for one environment or all environments.\n\n## Minimal Config\n\nCreate `kubeforward.yaml` at repo root:\n\n```yaml\nversion: 1\nmetadata:\n  project: demo-project\ndefaults:\n  namespace: default\n  bindAddress: 127.0.0.1\nenvironments:\n  dev:\n    forwards:\n      - name: api\n        resource:\n          kind: deployment\n          name: api\n        ports:\n          - local: 7000\n            remote: 7000\n```\n\nThen run:\n\n```bash\nkubeforward plan --env dev\n```\n\n## Command Reference\n\n- `kubeforward help`\n- `kubeforward --version`\n- `kubeforward plan [-f|--file \u003cpath\u003e] [-e|--env \u003cname\u003e] [-v|--verbose]`\n- `kubeforward up [-f|--file \u003cpath\u003e] [-e|--env \u003cname\u003e] [-d|--daemon] [-v|--verbose]`\n- `kubeforward down [-f|--file \u003cpath\u003e] [-e|--env \u003cname\u003e] [-d|--daemon] [-v|--verbose]`\n\nNotes:\n- Unknown environments fail fast.\n- Schema errors are reported with contextual paths.\n- Duplicate local ports within an environment are rejected.\n- `up` without `--daemon` stays attached in the foreground until a forward exits or the user stops it.\n\n## Config Reference\n\nFull schema and validation details: [`docs/config-schema.md`](docs/config-schema.md)\n\n## Maintainer Docs\n\nBuild/test/release/maintenance workflows live in [`docs/maintainer.md`](docs/maintainer.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrozetta%2Fkubeforward","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcrozetta%2Fkubeforward","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrozetta%2Fkubeforward/lists"}