{"id":19174945,"url":"https://github.com/dtaniwaki/git-kustomize-diff","last_synced_at":"2025-11-11T19:37:46.074Z","repository":{"id":57839794,"uuid":"413016728","full_name":"dtaniwaki/git-kustomize-diff","owner":"dtaniwaki","description":"Diff tool for Kustomize","archived":false,"fork":false,"pushed_at":"2023-09-07T05:19:47.000Z","size":336,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T12:50:37.734Z","etag":null,"topics":["diff","git","kubernetes","kustomize"],"latest_commit_sha":null,"homepage":"","language":"Go","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/dtaniwaki.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":"2021-10-03T08:14:29.000Z","updated_at":"2023-11-14T10:04:33.000Z","dependencies_parsed_at":"2024-06-20T00:14:24.665Z","dependency_job_id":"e56d46c6-ba3f-41f9-a398-b164c88c2070","html_url":"https://github.com/dtaniwaki/git-kustomize-diff","commit_stats":{"total_commits":69,"total_committers":1,"mean_commits":69.0,"dds":0.0,"last_synced_commit":"9b66b27592d1fd64989f72adffd30dc2f42ff023"},"previous_names":["dtaniwaki/kustomize-diff"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dtaniwaki/git-kustomize-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtaniwaki%2Fgit-kustomize-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtaniwaki%2Fgit-kustomize-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtaniwaki%2Fgit-kustomize-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtaniwaki%2Fgit-kustomize-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtaniwaki","download_url":"https://codeload.github.com/dtaniwaki/git-kustomize-diff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtaniwaki%2Fgit-kustomize-diff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283921118,"owners_count":26916743,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"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":["diff","git","kubernetes","kustomize"],"created_at":"2024-11-09T10:19:55.535Z","updated_at":"2025-11-11T19:37:46.058Z","avatar_url":"https://github.com/dtaniwaki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-kustomize-diff\n\n[![Go Reference][godoc-image]][godoc-link]\n[![Coverage Status][cov-image]][cov-link]\n\nCheck diff of your kustomize directory.\n\n![](misc/example.png)\n\n## Prerequisites\n\n- [golangci-lint v1.42.1](https://github.com/golangci/golangci-lint)\n\n## Installation\n\nInstall from the Go source code:\n\n```bash\n$ go install -u github.com/dtaniwaki/git-kustomize-diff\n```\n\nFor MacOS, use Homebrew:\n\n```bash\nbrew tap dtaniwaki/git-kustomize-diff\nbrew install git-kustomize-diff\n```\n\nOr, download the binary from [GitHub Releases](https://github.com/dtaniwaki/git-kustomize-diff/releases) and put it in your `$PATH`.\n\n## Usage\n\n```bash\n$ git-kustomize-diff run\n```\n\nFlags:\n\n```\nUsage:\n  git-kustomize-diff run target_dir [flags]\n\nFlags:\n      --allow-dirty                        allow dirty tree\n      --base string                        base commitish (default to origin/main)\n      --debug                              debug mode\n      --exclude string                     exclude regexp (default to none)\n      --git-path string                    path of a git binary (default to git)\n  -h, --help                               help for run\n      --include string                     include regexp (default to all)\n      --kustomize-load-restrictor string   kustomize load restrictor type (default to kustomizaton provider defaults)\n      --kustomize-path string              path of a kustomize binary (default to embedded)\n      --target string                      target commitish (default to the current branch)\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new [Pull Request](../../pull/new/master)\n\n## Copyright\n\nCopyright (c) 2021 Daisuke Taniwaki. See [LICENSE](LICENSE) for details.\n\n\n[godoc-image]: https://pkg.go.dev/badge/github.com/dtaniwaki/git-kustomize-diff.svg\n[godoc-link]: https://pkg.go.dev/github.com/dtaniwaki/git-kustomize-diff\n[cov-image]:   https://coveralls.io/repos/github/dtaniwaki/git-kustomize-diff/badge.svg?branch=main\n[cov-link]:    https://coveralls.io/github/dtaniwaki/git-kustomize-diff?branch=main\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtaniwaki%2Fgit-kustomize-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtaniwaki%2Fgit-kustomize-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtaniwaki%2Fgit-kustomize-diff/lists"}