{"id":20263589,"url":"https://github.com/springerpe/cf-configuration-exporter","last_synced_at":"2025-03-03T19:59:38.279Z","repository":{"id":53665197,"uuid":"81970404","full_name":"SpringerPE/cf-configuration-exporter","owner":"SpringerPE","description":"Export the configuration of a live cloudfoundry installation","archived":false,"fork":false,"pushed_at":"2024-01-11T18:23:26.000Z","size":94,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T05:48:45.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/SpringerPE.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-14T17:20:48.000Z","updated_at":"2017-11-30T15:41:02.000Z","dependencies_parsed_at":"2025-01-14T04:43:30.758Z","dependency_job_id":"456a96a6-2771-48cf-9dcb-290db8190138","html_url":"https://github.com/SpringerPE/cf-configuration-exporter","commit_stats":{"total_commits":103,"total_committers":2,"mean_commits":51.5,"dds":0.01941747572815533,"last_synced_commit":"a827cc9cf2cd4f51c033a4c4c2be3c78eaad383c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fcf-configuration-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fcf-configuration-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fcf-configuration-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fcf-configuration-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpringerPE","download_url":"https://codeload.github.com/SpringerPE/cf-configuration-exporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241731744,"owners_count":20010781,"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":[],"created_at":"2024-11-14T11:35:38.189Z","updated_at":"2025-03-03T19:59:38.249Z","avatar_url":"https://github.com/SpringerPE.png","language":"Python","readme":"# cf-configuration-exporter\n\n`cf-configuration-exporter` is a simple utility whose aim is to generate a \nconfiguration manifest from a live installation of CloudFoundry.\n\nThe utility is meant to be used either in combination with the CF configurator project:\n\n- https://github.com/SpringerPE/python-cfconfigurator\n- https://github.com/SpringerPE/ansible-cloudfoundry-role\n\nor with the following terraform provider:\n\n- https://github.com/mevansam/terraform-provider-cf\n\nand helps you get started with an initial manifest or terraform resources without having to extract manually\nall the information needed.\n\nThe code is compatible with Python 3\n\nDocumentation of the APIs used:\n\n* https://apidocs.cloudfoundry.org\n* https://docs.cloudfoundry.org/api/uaa\n\n#INSTALLATION\n\n## Example\n\nInstall via pip: `pip install cf-configuration-exporter`\n\n## Upload to PyPI\n\n1. Create a `.pypirc` configuration file. This file holds your information for authenticating with PyPI.\n\n   ```\n   [distutils]\n   index-servers = pypi\n   \n   [pypi]\n   repository=https://pypi.python.org/pypi\n   username=your_username\n   password=your_password\n   ```\n2. Login and upload it to PyPI\n\n   ```\n   python setup.py register -r pypi\n   python setup.py sdist upload -r pypi\n   ```\n\n#USAGE\n\n```\nDefine the following env variables:\n\n`EXPORTER_API_URL` = the endpoint of the Cloudfoundry API\n`EXPORTER_ADMIN_USER` = username used for logging in to CloudFoundry\n`EXPORTER_ADMIN_PASSWORD` = password used for logging in to Cloudfoundry\n`EXPORTER_EXCLUDE_ENV_VARS` = list of `,` separated strings. The env variables whose name starts by\n                                                         one of the prefixes listed will not be exported.\n```\n\nYou can run the utility by executing the run script:\n\n```\n./run\n```\n\nor after installing the pip package\n\n```\npython setup.py install\n```\n\nby running\n\n```\ncf_export_configuration\n```\n\n## Author\n\nSpringer Nature Platform Engineering, Claudio Benfatto (claudio.benfatto@springer.com)\n\nCopyright 2017 Springer Nature","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fcf-configuration-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringerpe%2Fcf-configuration-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fcf-configuration-exporter/lists"}