This gem has been deprecated. You can find the latest cli source at http://github.com/cloudfoundry/cli. The latest cli builds are available at https://console.run.pivotal.io/tools or https://github.com/cloudfoundry/cli/releases.
The Cloud Foundry CLI has been completely rewritten. Installation, usage & contribution instructions are below.
This tool requires cloud_controller_ng. It is not compatible with cloud_controller v1.
cf should work with Ruby 1.9.x and newer.
$ gem install cf
$ git clone git@github.com:cloudfoundry/cf.git
$ cd cf
$ bundle install
To run the specs:
$ bundle exec rake
To run the checked out code use the cf.dev script:
./bin/cf.dev
See the 'cf help' command for up-to-date usage info:
$ cf help
Cloud Foundry Open Source Platform as a Service
Our documentation, currently a work in progress, is available here: http://cloudfoundry.github.com/
Questions about the Cloud Foundry Open Source Project can be directed to our Google Groups.
- BOSH Developers: https://groups.google.com/a/cloudfoundry.org/group/bosh-dev/topics
- BOSH Users:https://groups.google.com/a/cloudfoundry.org/group/bosh-users/topics
- VCAP (Cloud Foundry) Developers: https://groups.google.com/a/cloudfoundry.org/group/vcap-dev/topics
Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.
The Cloud Foundry team uses GitHub and accepts contributions via pull request
Follow these steps to make a contribution to any of our open source repositories:
- Complete our CLA Agreement for individuals or corporations
- Set your name and email
$ git config --global user.name "Firstname Lastname"
$ git config --global user.email "your_email@youremail.com"
- Fork the repo
- Make your changes on a topic branch, commit, and push to github and open a pull request.
Once your commits are approved by Travis CI and reviewed by the core team, they will be merged.