Overview Version History Q & A Rating & Review
This VSCode extension provides tools for easy application development with Cloud Foundry. Its' tools contains such functionality as "Login to Cloud Foundry", "Create service", "Bind service", "Unbind service", etc.
Table of contents
Features
a new View-Container of vscode, with a new View is added titled "Cloud Foundry".
back to top
Dependencies
cf-cli tool v7.2.0
cf-cli targets
see here
cf-cli called cf-service-info
(go plugin for cf-cli tool that provides resource binding functionality)
back to top
How to run locally
clone the repo
open it in a vscode
execute yarn
and ci:artifacts_only
run the launch config 'Run Extension'
see available commands via Command palette
(with prefix CF
)
back to top
How to set up logger preferences
back to top
Known Issues
Mostly needs handling failure situation and nice cancelation option for long running steps.
back to top
Contributing
Contributing information can be found in the CONTRIBUTING.md file.
back to top