cf-python-client
cf-python-client copied to clipboard
Small cloudfoundry client implemented in python
Hi I couldn't find documentation on how to retrieves services attached to an specific app. 1. Another thing how do you set a specific org, space in the code? 2....
successfully instantiating client and retrieving an app with app = client.v2.apps.get_first(**{'name': }) successfully checking app object with type(app) app.summary() but getting this exception when running app.stop() would you please help?...
Hi Benjamin, the cf client currently does not support cf bluegreen deployment cf plugin. Can we work on this?
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Commits d00db12 Updating version.json and repo version numbers to: 26.0-rc1 aa3b976 Update minimum macOS to 10.15. 17729cc Call ExtensionRegistry.add for...
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. Commits 88a4f9b Release 7.0.0 6f3a60d Merge pull request #1906 from PyCQA/upgrade-pyflakes cde8570 upgrade pyflakes to 3.2.x 2ab9d76 Merge pull request #1903 from PyCQA/pre-commit-ci-update-config e27611f...
I am using the python client to delete service key: v2.service_keys.remove(service_key['metadata']['guid']) but I am getting the following error: BAD_REQUEST = {"description": "Service broker failed to delete service binding for instance...
Description: I am experiencing a compatibility issue with the PCF Cloud Foundry (PCF CF) client when trying to use the "Retrieve Recent Logs" function. The issue seems to arise specifically...
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. Release notes Sourced from black's releases. 24.8.0 Stable style Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)...
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. Commits cf1542c Release 7.1.1 939ea3d Merge pull request #1949 from stephenfin/issue-1948 bdcd5c2 Handle escaped braces in f-strings 2a811cc Merge pull request #1946 from Viicos/patch-1...