{"id":31904165,"url":"https://github.com/cloudfoundry-community/cf-plugin-seed","last_synced_at":"2025-10-13T13:47:48.329Z","repository":{"id":25450989,"uuid":"28881048","full_name":"cloudfoundry-community/cf-plugin-seed","owner":"cloudfoundry-community","description":"Seed creates orgs, spaces, and pushes applications to a new Cloud Foundry","archived":false,"fork":false,"pushed_at":"2017-02-03T20:20:40.000Z","size":303,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-06-20T05:06:26.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-06T20:04:39.000Z","updated_at":"2024-02-09T14:28:41.000Z","dependencies_parsed_at":"2022-08-03T15:11:19.526Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/cf-plugin-seed","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/cf-plugin-seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcf-plugin-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcf-plugin-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcf-plugin-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcf-plugin-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/cf-plugin-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcf-plugin-seed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015339,"owners_count":26085685,"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-13T02:00:06.723Z","response_time":61,"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:42.376Z","updated_at":"2025-10-13T13:47:48.323Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\n\nThis plugin is deprecated. If you are interested, check out https://github.com/cloudfoundry-community/cf-plugin-deploy\n\n# Overview\n\nSeed creates orgs, spaces, and pushes app. This plugin was created for automation of creating certain orgs, spaces, and apps. This is useful if you want to keep the consistency between different Cloud Foundry Environments. Future support should includes creation of users, services and basically anything in cf cli commands.\n\n## installation\n\n```\n$ go get github.com/cloudfoundry-community/cf-plugin-seed\n$ cf install-plugin $GOPATH/bin/cf-plugin-seed\n```\n\n## usage\n\n```\n$ cf seed -f example.yml\n```\n\n## manifest\n\nExample of seed manifest.yml\n\n```yaml\n---\norganizations:\n  - name: org1\n    spaces:\n    - name: space1\n      apps:\n      - name: app1\n        repo: https://github.com/cloudfoundry-community/cf-env\n      - name: app2\n      path: apps/app1\n      memory: 256m\n      disk: 1g\n      instances: 2\n    - name: space2\n  - name: org2\n    spaces:\n    - name: space3\n      apps:\n      - name: app3\n        path: \"blah\"\n      - name: app4\n        path: \"foo\"\n\n```\n\n## upgrading seed\n\n```bash\ncf uninstall-plugin cf-plugin-seed\ngo get -u github.com/cloudfoundry-community/cf-plugin-seed\ncf install-plugin cf-plugin-seed\n```\n\n*Note* if you are running \u003c0.0.1 of seed please run first.\n\n```\ncf uninstall-plugin seed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fcf-plugin-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fcf-plugin-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fcf-plugin-seed/lists"}