Created by Alex Ley & Ben Laplanche for CF Hackday Winter 2014
Ever experience the frustration of having to run the following commands?
cf create-org awesomecompany
cf create-space awesomespace -o awesomecompany
cf target -o awesomecompany -s awesomespace
Then use our new plugin!
Org-Space will automatically detect whether the organisation and space exist, if not it will create them, and finally target them.
go get github.com/avade/org_space_cf_cli_plugin
cf install-plugin $GOPATH/bin/org_space_cf_cli_plugin
cf org-space <orgname> <spacename>