GitHub - KaiYoung/cli: A CLI for Cloud Foundry written in Go

Background

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.

Building

  1. Run ./bin/build
  2. The binary will be built into the out directory.

Development

NOTE: Currently only development on OSX 10.8 is supported

  1. Install Go brew install go --cross-compile-common
  2. Fork and clone.
  3. Run git submodule update --init --recursive
  4. Write a test.
  5. Run bin/test and watch test fail.
  6. Make test pass.
  7. Submit a pull request.

Releasing

  1. Run bin/build-all. This will create tgz files in the release folder.