{"id":15406469,"url":"https://github.com/odlp/antifreeze","last_synced_at":"2025-04-17T12:29:16.489Z","repository":{"id":57588649,"uuid":"56541652","full_name":"odlp/antifreeze","owner":"odlp","description":"Cloud Foundry CLI plugin to detect if an app doesn't match the manifest","archived":false,"fork":false,"pushed_at":"2018-10-31T12:15:40.000Z","size":8159,"stargazers_count":22,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T06:04:56.695Z","etag":null,"topics":["cloud-foundry","cloud-foundry-cli","cloudfoundry","pcf","pivotal"],"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/odlp.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}},"created_at":"2016-04-18T20:58:29.000Z","updated_at":"2023-09-27T18:21:33.000Z","dependencies_parsed_at":"2022-09-15T18:02:35.767Z","dependency_job_id":null,"html_url":"https://github.com/odlp/antifreeze","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odlp%2Fantifreeze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odlp%2Fantifreeze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odlp%2Fantifreeze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odlp%2Fantifreeze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odlp","download_url":"https://codeload.github.com/odlp/antifreeze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249341715,"owners_count":21254179,"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":["cloud-foundry","cloud-foundry-cli","cloudfoundry","pcf","pivotal"],"created_at":"2024-10-01T16:23:08.827Z","updated_at":"2025-04-17T12:29:16.464Z","avatar_url":"https://github.com/odlp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antifreeze\n\n[![Build Status](https://travis-ci.org/odlp/antifreeze.svg?branch=master)](https://travis-ci.org/odlp/antifreeze)\n\n[Cloud Foundry](https://www.cloudfoundry.org/) CLI plugin to detect if an app has unexpected ENV vars or services bound which are missing from the manifest. Eliminate the snowflake!\n\nDoubleplusgood with [Autopilot](https://github.com/concourse/autopilot), a CF CLI plugin for zero downtime application deploys, which demands an up-to-date manifest file.\n\n## Installation\n\n```\n# For MacOS:\ncf install-plugin https://github.com/odlp/antifreeze/releases/download/v0.4.0/antifreeze-darwin\n\n# For Linux\ncf install-plugin https://github.com/odlp/antifreeze/releases/download/v0.4.0/antifreeze-linux\n\n# For Windows\ncf install-plugin https://github.com/odlp/antifreeze/releases/download/v0.4.0/antifreeze.exe\n```\n\nAlternatively [download the latest release][latest-release] and place the binary on your path, e.g. `/usr/local/bin/antifreeze`.\nThen run:\n\n```sh\ncf install-plugin /usr/local/bin/antifreeze\n```\n\n[latest-release]: https://github.com/odlp/antifreeze/releases/latest\n\nOr if you have `go` installed:\n\n```sh\ngo get -u github.com/odlp/antifreeze\ncf install-plugin $GOPATH/bin/antifreeze\n```\n\n## Usage\n\n```\ncf check-manifest your-app-name -f manifest.yml\n```\n\nWhen your app has unexpected ENV vars or services you'll see output like this:\n\n```\nRunning check-manifest...\n\nApp 'your-app-name' has unexpected ENV vars (missing from manifest ./manifest.yml):\n- SNOW_FLAKE_VAR\n\nApp 'your-app-name' has unexpected services (missing from manifest ./manifest.yml):\n- surprise-service\n```\n\nAnd the `check-manifest` command will exit with a non-zero status.\n\n### Example with Autopilot\n\nYour deployment script could include:\n\n```sh\n#!/bin/bash\n\nset -e\n\ncf check-manifest your-app-name -f manifest.yml\ncf zero-downtime-push your-app-name -f manifest.yml\n\n```\n\n\n## Development\n\nClone the project \u0026 run the following:\n\n```\n./scripts/setup\n```\n\nThen you can run tests:\n\n```\n./scripts/test\n```\n\nAnd build \u0026 install locally to give any changes a spin:\n\n```\n./scripts/install-local\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodlp%2Fantifreeze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodlp%2Fantifreeze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodlp%2Fantifreeze/lists"}