{"id":28833090,"url":"https://github.com/apigee/edge-launchpad","last_synced_at":"2025-07-27T09:34:05.334Z","repository":{"id":55041182,"uuid":"97280946","full_name":"apigee/edge-launchpad","owner":"apigee","description":"A deployment tool for apigee solutions. Helps orchestrating the deployement of any solution comprising of apps, products, developer, proxy, baas data etc","archived":false,"fork":false,"pushed_at":"2023-04-27T16:42:09.000Z","size":171,"stargazers_count":11,"open_issues_count":11,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-19T12:53:10.656Z","etag":null,"topics":["apigee","apigee-edge","apigee-grunt-deploy-plugin","deployment","gulp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/apigee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-15T00:00:15.000Z","updated_at":"2023-08-01T17:24:31.000Z","dependencies_parsed_at":"2022-08-14T09:50:52.052Z","dependency_job_id":null,"html_url":"https://github.com/apigee/edge-launchpad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apigee/edge-launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apigee%2Fedge-launchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apigee%2Fedge-launchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apigee%2Fedge-launchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apigee%2Fedge-launchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apigee","download_url":"https://codeload.github.com/apigee/edge-launchpad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apigee%2Fedge-launchpad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267339386,"owners_count":24071540,"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-07-27T02:00:11.917Z","response_time":82,"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":["apigee","apigee-edge","apigee-grunt-deploy-plugin","deployment","gulp"],"created_at":"2025-06-19T08:40:27.127Z","updated_at":"2025-07-27T09:34:05.321Z","avatar_url":"https://github.com/apigee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge-Launchpad\n![](images/edge-launchpad-wall-image.png)\n\nA deployment tool for apigee solutions. Helps orchestrating the deployement of any solution comprising of apps, products, developer, proxy, baas data etc\n\n### Developer guide\nhttps://docs.google.com/document/d/1g6cmrbcb4l9WwExcutZCQt9-7E9qSqdpPs8XPpZ-hno/edit?usp=sharing\n\n### Usage\n\nUsage: ```gulp \u003c deploy / build / clean \u003e [options]```\n\nOptions: \n\n    --resource \u003cresource\u003e                     Pick any resource defined in config file\n\n    --subresource \u003csubresource1,subresource2\u003e Pick any subresources defined under respective resource in config file \n\n    --item \u003citem1,item2\u003e                      Pick any items defined in respective RESOURCE,SUBRESOURCE in config file\n\n    --strict                                  Do not run dependent tasks. eg. deploy will not run clean and build if --strict flag is passed \n\n    --env test                                Choose which edge environment for deployment\n\n    --config \u003cpath to config file\u003e            Relative to execution directory\n\n\nAdditional parameters can be passed to deploy script to avoid prompt. see **eg2**\n\n**eg1** : gulp deploy\n\n**eg2** : gulp deploy --username gauthamvk@google.com --org bumblebee --env test --resource openbank_apis\n\n## npm\nhttps://www.npmjs.com/package/edge-launchpad\n\n## Docker\nhttps://hub.docker.com/r/kidiyoor/edge-launchpad/\n\nRun the following command from the solution directory\n\n```docker run -it -v $(pwd):/opt/apigee/deploy kidiyoor/edge-launchpad:2.0.2 gulp deploy```\n\n\n## Sample\n- [hollaworld](samples/solutions/holla_world)\n- [openbank](https://github.com/apigee/openbank)\n- [healthapix](https://github.com/apigee/flame/tree/master/src/gateway)\n\nYou can also see openbank configuration here - [samples/configuration/config_one.yml](samples/configuration/config_one.yml)\n\n\n## Bootstrap\n\nYou can find the bootstrap code in bootstrap folder\n\n- copy all the files in bootstrap folder to your project directory\n- run ```docker run -it -v $(pwd):/opt/apigee/deploy kidiyoor/edge-launchpad:2.0.2 gulp deploy```\n\nor\n- run ```npm install```\n- run ```npm install --global gulp-cli```\n- run ```gulp deploy```\n\nrefer the [developer guide](https://docs.google.com/a/apigee.com/document/d/1ptxyDnFRnH4tKGZb2C1QJ2-Qnp8izvxKCi7vZOJbrSQ/edit?usp=sharing) to add more subresources to the yaml file to deploy your project artifacts\n\n## Support\n* Post a question in [Apigee community](https://community.apigee.com/index.html)\n* Create an [issue](https://github.com/apigee/edge-launchpad/issues/new)\n-------------------\n\n### This is not an official Google project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapigee%2Fedge-launchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapigee%2Fedge-launchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapigee%2Fedge-launchpad/lists"}