cf-cli-resource
cf-cli-resource copied to clipboard
Cloud Foundry CLI Concourse Resource
[CF CLI v8.7.1](https://github.com/cloudfoundry/cli/releases/tag/v8.7.1) released [CF CLI v7.7.1](https://github.com/cloudfoundry/cli/releases/tag/v7.7.1) released
Having the auto scaler [plugin](https://network.pivotal.io/products/pcf-app-autoscaler) and its commands added to cf-cli resource will be helpful to create autoscale rules for PCF apps. Currently, we are adding autoscale rules for our...
> This feature request is inspired by #110 to Add support for PCF App Autoscaler CLI Plugin Add support for the open-source Cloud Foundry CLI AutoScaler Plug-in will first require...
The spec/auth/client_credentials_spec.sh was disabled after re-building the Cloud Foundry environment and forgetting how to create a client_id and client_secret to test against. Need to remember how to create that type...
Are there actually plans to fully support the cf api ? Currently I am missing support for the following commands: ``` enable-org-isolation set-space-isolation-segment create-security-group update-security-group bind-security-group ``` Or introduce a...
Given, cloud foundry allows one to add metadata to resources such as spaces and apps. We would like to have the particular cf-cli-resource to support adding/updating/removal of labels to cf...
As reported by @BartoszKaszewczuk in https://github.com/nulldriver/cf-cli-resource/issues/79#issuecomment-640721004 the ability to set application ports would enable pipeline authors to enable non-default (8080) or multiple application ports for an application. For implementation reference:...
Configuring org and space is possible in the source configuration and in the commands. Wouldn't it make sense to have it in the put params? So all commands would be...
Hello Team, would it be possible to add a flag which helps to set log-level for the resource it self, and not for the cf cli. The idea is I...
The cf cli version 7 and 8 support the wait option in the run-task command.