{"id":13513951,"url":"https://github.com/sahilm/yamldiff","last_synced_at":"2025-04-06T22:32:24.765Z","repository":{"id":57491889,"uuid":"99246677","full_name":"sahilm/yamldiff","owner":"sahilm","description":"A CLI tool to diff two YAML files.","archived":false,"fork":false,"pushed_at":"2023-10-06T06:30:11.000Z","size":64,"stargazers_count":123,"open_issues_count":0,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-22T07:43:26.003Z","etag":null,"topics":["cli","diff","go","golang","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sahilm.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}},"created_at":"2017-08-03T15:17:33.000Z","updated_at":"2024-10-31T16:57:03.000Z","dependencies_parsed_at":"2022-09-02T00:13:09.843Z","dependency_job_id":null,"html_url":"https://github.com/sahilm/yamldiff","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilm%2Fyamldiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilm%2Fyamldiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilm%2Fyamldiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilm%2Fyamldiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilm","download_url":"https://codeload.github.com/sahilm/yamldiff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563902,"owners_count":20958971,"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":["cli","diff","go","golang","yaml"],"created_at":"2024-08-01T05:00:40.867Z","updated_at":"2025-04-06T22:32:24.486Z","avatar_url":"https://github.com/sahilm.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# yamldiff\n[![Go Report Card](https://goreportcard.com/badge/github.com/sahilm/yamldiff?cache=bust)](https://goreportcard.com/report/github.com/sahilm/yamldiff)\n\nA CLI tool to diff two YAML/JSON files.\n\nNothing fancy about the code, all the heavy liftin' is done by:\n\n* [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsin'\n* [r3labs/diff](github.com/r3labs/diff/v3) - for diffin'\n* [aurora](https://github.com/logrusorgru/aurora) - for fancy printin'\n* [go-isatty](https://github.com/mattn/go-isatty) - for tty detectin'\n* [go-flags](https://github.com/jessevdk/go-flags) - for flaggin'\n* [The Go stdlib](https://golang.org/pkg/) - for everythin'\n\nThanks to all the contributors of the above libraries.\n\n## Usage\n\n`yamldiff /path/to/yamlfile1.yml /path/to/yamlfile2.yml`. The output is colorized by default. Colors\ncan be suppressed by the `--no-color` flag. Colors will automatically be suppressed if `stdout` is not a `tty`, for example\nwhen piping/redirecting the output of `yamldiff`.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2023 Sahil Muthoo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilm%2Fyamldiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilm%2Fyamldiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilm%2Fyamldiff/lists"}