{"id":22735923,"url":"https://github.com/pivotal-cf/spring-cloud-services-cli-plugin","last_synced_at":"2026-02-16T11:18:53.835Z","repository":{"id":17818172,"uuid":"70707515","full_name":"pivotal-cf/spring-cloud-services-cli-plugin","owner":"pivotal-cf","description":"A Cloud Foundry CLI plugin for Spring Cloud Services","archived":false,"fork":false,"pushed_at":"2024-07-26T14:04:05.000Z","size":5722,"stargazers_count":10,"open_issues_count":8,"forks_count":17,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-03-27T17:21:20.831Z","etag":null,"topics":["cli","cloudfoundry","spring-cloud-services"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pivotal-cf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-12T14:22:30.000Z","updated_at":"2025-02-25T13:42:43.000Z","dependencies_parsed_at":"2022-08-07T09:00:17.959Z","dependency_job_id":"4d8c7e70-18b7-467c-96b8-86c0621e5df1","html_url":"https://github.com/pivotal-cf/spring-cloud-services-cli-plugin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pivotal-cf%2Fspring-cloud-services-cli-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pivotal-cf%2Fspring-cloud-services-cli-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pivotal-cf%2Fspring-cloud-services-cli-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pivotal-cf%2Fspring-cloud-services-cli-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pivotal-cf","download_url":"https://codeload.github.com/pivotal-cf/spring-cloud-services-cli-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814047,"owners_count":21165671,"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","cloudfoundry","spring-cloud-services"],"created_at":"2024-12-10T21:16:02.236Z","updated_at":"2026-02-16T11:18:53.794Z","avatar_url":"https://github.com/pivotal-cf.png","language":"Go","readme":"# Spring Cloud Services CLI Plugin\n\nThis repository provides a [Cloud Foundry CLI](https://github.com/cloudfoundry/cli) plugin for\nSpring Cloud Services.\n\nFor information on plugin development, see\n[Developing a plugin](https://github.com/cloudfoundry/cli/tree/master/plugin/plugin_examples).\n\n## Building\n\nTo build the plugin, run:\n```bash\n$ rm $GOPATH/bin/spring-cloud-services-cli-plugin\n$ cd spring-cloud-services-cli-plugin\n$ go install -ldflags=\"-X main.pluginVersion=$VERSION\"\n```\nThis builds the plugin with the given version number.\n\nNote: if an invalid version number is provided, the build will succeed, but the plugin will fail to install (with exit status code 64).\n\nTo print the version number of the built plugin, run it as a stand-alone executable, for example:\n```bash\n$ $GOPATH/bin/spring-cloud-services-cli-plugin\nThis program is a plugin which expects to be installed into the cf CLI. It is not intended to be run stand-alone.\nPlugin version: 0.0.8\n```\n\n## Installing\n\nTo install the plugin in the `cf` CLI, first build it and then issue:\n```bash\n$ cf install-plugin -f $GOPATH/bin/spring-cloud-services-cli-plugin\n\n```\n\nYou can also install the plugin from the [Cloud Foundry cf-cli plugins repository](https://plugins.cloudfoundry.org):\n```bash\n$ cf install-plugin -r CF-Community \"spring-cloud-services\"\n```\n\nThe plugin's commands may then be listed by issuing `cf help`.\n\nTo update the plugin, uninstall it as follows and then re-install the plugin as above:\n```bash\n$ cf uninstall-plugin spring-cloud-services\n```\n\n## Command docs\n\nThe Spring Cloud Services CLI plugin command docs can be generated by running the following commands:\n\n```\n$ cd docs\n$ ./generate-cli-docs-from-help.bash\n```\n\nThis needs to be done whenever commands are added, modified, or deleted. Note that the script contains a list of commands which needs to be kept in step with the available commands.\n\nThe generated docs may be viewed [here](docs/cli.md).\n\n## Testing\n\nFirst [install Ginkgo](https://onsi.github.io/ginkgo/).\n\nRun the tests as follows:\n```bash\n$ cd spring-cloud-services-cli-plugin\n$ ginkgo -r\n```\n\n## License\n\nThe Spring Cloud Services CLI plugin is Open Source software released under the\n[Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).\n\n## Contributing\n\nContributions are welcomed. Please refer to the [Contributor's Guide](CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpivotal-cf%2Fspring-cloud-services-cli-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpivotal-cf%2Fspring-cloud-services-cli-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpivotal-cf%2Fspring-cloud-services-cli-plugin/lists"}