{"id":13646077,"url":"https://github.com/brendanjryan/k8split","last_synced_at":"2026-02-21T00:43:49.778Z","repository":{"id":55488770,"uuid":"210608580","full_name":"brendanjryan/k8split","owner":"brendanjryan","description":"A CLI for splitting multidocument yaml files into discrete documents.","archived":false,"fork":false,"pushed_at":"2023-08-30T14:00:41.000Z","size":2245,"stargazers_count":27,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T17:42:57.399Z","etag":null,"topics":["go","kubernetes","kustomize","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","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/brendanjryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2019-09-24T13:22:01.000Z","updated_at":"2025-02-10T17:24:23.000Z","dependencies_parsed_at":"2024-06-19T00:29:16.987Z","dependency_job_id":null,"html_url":"https://github.com/brendanjryan/k8split","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brendanjryan/k8split","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanjryan%2Fk8split","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanjryan%2Fk8split/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanjryan%2Fk8split/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanjryan%2Fk8split/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanjryan","download_url":"https://codeload.github.com/brendanjryan/k8split/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanjryan%2Fk8split/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29668953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"ssl_error","status_checked_at":"2026-02-20T23:52:33.807Z","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":["go","kubernetes","kustomize","yaml"],"created_at":"2024-08-02T01:02:47.984Z","updated_at":"2026-02-21T00:43:44.762Z","avatar_url":"https://github.com/brendanjryan.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"`k8split`\n---\n\nA CLI for splitting multidocument yaml files into discrete documents. Useful when converting k8s manifests to be fed into `kustomize`.\n\n## Details\n\nDocuments are named by their \"kind\" and a numerical postfix. For example, a document with two `Deployment` objects would produce the files `deployment.yaml` and `deployment_1.yaml`.\n\n## Installation\n\n```console\ngo get -u github.com/brendanjryan/k8split\n```\n\n## Usage\n\nDefault:\n```console\nk8split file.yaml\n``` \n\nTo specify an output folder:\n\n```console\nk8split -o /split file.yaml\n```\n\n\n## Example \n\n```console\n⇒  k8split config.yaml\n2019/09/23 15:45:55 splitting config.yaml...\n2019/09/23 15:45:55 split file into 8 chunks\n2019/09/23 15:45:55 Writing file: namespace.yaml\n2019/09/23 15:45:55 Writing file: deployment.yaml\n2019/09/23 15:45:55 Writing file: ingress.yaml\n2019/09/23 15:45:55 Writing file: service.yaml\n2019/09/23 15:45:55 Writing file: cluster_role.yaml\n2019/09/23 15:45:55 Writing file: service_account.yaml\n2019/09/23 15:45:55 Writing file: cluster_role_binding.yaml\n2019/09/23 15:45:55 Writing file: deployment_1.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanjryan%2Fk8split","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanjryan%2Fk8split","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanjryan%2Fk8split/lists"}