{"id":29304046,"url":"https://github.com/kubernetes-sigs/crdify","last_synced_at":"2025-07-07T02:07:46.204Z","repository":{"id":260518649,"uuid":"881063881","full_name":"kubernetes-sigs/crdify","owner":"kubernetes-sigs","description":"a CLI tool to compare CustomResourceDefinitions and identify breaking changes","archived":false,"fork":false,"pushed_at":"2025-06-04T18:13:56.000Z","size":207,"stargazers_count":4,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T11:25:33.763Z","etag":null,"topics":["crd","customresourcedefinition","customresourcedefinitions","kubernetes"],"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/kubernetes-sigs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-30T21:15:21.000Z","updated_at":"2025-06-04T18:11:33.000Z","dependencies_parsed_at":"2025-02-17T03:41:07.412Z","dependency_job_id":"304bbf3e-83a8-4dc9-b7af-ee4cfd2b3841","html_url":"https://github.com/kubernetes-sigs/crdify","commit_stats":null,"previous_names":["everettraven/crd-diff","kubernetes-sigs/crdify"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kubernetes-sigs/crdify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fcrdify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fcrdify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fcrdify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fcrdify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes-sigs","download_url":"https://codeload.github.com/kubernetes-sigs/crdify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fcrdify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264000630,"owners_count":23542113,"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","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":["crd","customresourcedefinition","customresourcedefinitions","kubernetes"],"created_at":"2025-07-07T02:07:44.638Z","updated_at":"2025-07-07T02:07:46.196Z","avatar_url":"https://github.com/kubernetes-sigs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crdify\n`crdify` is a CLI tool for comparing Kubernetes `CustomResourceDefinition` resources (CRDs) for differences.\nIt checks for incompatible changes to help:\n- Cluster administrators protect CRDs on their clusters from breaking changes\n- GitOps practitioners prevent CRDs with breaking changes being committed\n- Developers of Kubernetes extension identify when changes to their CRDs are incompatible\n\n## Usage\n```sh\ncrdify is a tool for evaluating changes to Kubernetes CustomResourceDefinitions\nto help cluster administrators, gitops practitioners, and Kubernetes extension developers identify\nchanges that might result in a negative impact to clusters and/or users.\n\nExample use cases:\n    Evaluating a change in a CustomResourceDefinition on a Kubernetes Cluster with one in a file:\n        $ crdify kube://{crd-name} file://{filepath}\n\n    Evaluating a change from file to file:\n        $ crdify file://{filepath} file://{filepath}\n\n    Evaluating a change from git ref to git ref:\n            $ crdify git://{ref}?path={filepath} git://{ref}?path={filepath}\n\nUsage:\n  crdify \u003cold\u003e \u003cnew\u003e [flags]\n  crdify [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  version     installed version of crdify\n\nFlags:\n      --config string   the filepath to load the check configurations from\n  -h, --help            help for crdify\n  -o, --output string   the format the output should take when incompatibilities are identified. May be one of plaintext, json, yaml (default \"plaintext\")\n\nUse \"crdify [command] --help\" for more information about a command.\n```\n\nThe `\u003cold\u003e` and `\u003cnew\u003e` arguments are required and should be the sourcing information for the old and new\n`CustomResourceDefinition` YAML\n\nThe supported sources are:\n- `kube://{name}`\n- `git://{ref}?path={filepath}`\n- `file://{filepath}`\n\nAn example of using `crdify` to compare a `CustomResourceDefinition` on a Kubernetes cluster to the same one in a local file:\n```sh\ncrdify kube://memcacheds.cache.example.com file://crd.yaml\n```\n\n## Installation\n\n`crdify` can be installed by running:\n```sh\ngo install sigs.k8s.io/crdify@{revision}\n```\n\nReplace `{revision}` with a tag, commit, or `latest` to build and install the tool from source at that particular revision.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fcrdify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes-sigs%2Fcrdify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fcrdify/lists"}