Project to rewrite the Cloud Foundry CLI tool using Go. This project should currently be considered alpha quality software and should not be used in production environments. If you need something more stable, please check out the RubyGem.
- Run
./bin/build
- The binary will be built into the out directory.
NOTE: Currently only development on OSX 10.8 is supported
- Install Go
brew install go --cross-compile-common
- Fork and clone.
- Run
git submodule update --init --recursive
- Write a test.
- Run
bin/test
and watch test fail. - Make test pass.
- Submit a pull request.
- Run
bin/build-all
. This will create tgz files in the release folder.