{"id":31904099,"url":"https://github.com/cloudfoundry-community/makemespiffy","last_synced_at":"2025-10-13T13:47:19.466Z","repository":{"id":31698114,"uuid":"35263787","full_name":"cloudfoundry-community/makemespiffy","owner":"cloudfoundry-community","description":"Convert a flat BOSH manifest for something into a set of Spiff templates.","archived":false,"fork":false,"pushed_at":"2015-05-08T07:08:34.000Z","size":140,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-03T13:47:56.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-08T07:00:34.000Z","updated_at":"2024-02-09T14:27:50.000Z","dependencies_parsed_at":"2022-08-20T23:10:51.833Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/makemespiffy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/makemespiffy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmakemespiffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmakemespiffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmakemespiffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmakemespiffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/makemespiffy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmakemespiffy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001652,"owners_count":26083147,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-10-13T13:47:17.027Z","updated_at":"2025-10-13T13:47:19.460Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Make Me Spiffy\n==============\n\nConvert a flat BOSH manifest for something into a set of Spiff templates.\n\nThis is being developed to help migrate flat BOSH manifests into a standardised Concourse pipeline that could deploy anything.\n\nUsage\n-----\n\nGiven a BOSH manifest `manifest.yml`, run the command multiple times to extract data into spiff templates:\n\n```\nmakemespiffy manifest.yml name environment/name.yml meta.name\n```\n\nThis will take the root level key `name` from `manifest.yml` and replace it with `(( meta.name ))`.\n\n```\nname: manifest-name\n```\n\nBecomes:\n\n```yaml\nmeta:\n  name: (( merge ))\n\nname: (( meta.name ))\n```\n\nIt will also create `environment/name.yml` (if not yet created) and add the extracted value:\n\n```yaml\nmeta:\n  name: manifest-name\n```\n\nMultiple fields can be extracted into the same target file.\n\nReference items from lists by their `name:` field (like `spiff` itself does):\n\n```\nmakemespiffy manifest.yml \"jobs.runner_z1.instances\" environment/scaling.yml meta.instances.runner_z1\n```\n\nComplex objects can be extracted too:\n\n```\nmakemespiffy manifest.yml \"networks.cf1.subnets\" environment/networking.yml meta.subnets.cf1\n```\n\nInstallation\n------------\n\n```\ngem install makemespiffy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fmakemespiffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fmakemespiffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fmakemespiffy/lists"}