Skip to content

Instantly share code, notes, and snippets.

function cfenv () {
function curenv () {
if [ "$1" == "" ]; then
CURENV="default"
else
CURENV="$(echo "$1" | cut -d '-' -f 2)"
fi
}
function listenvs () {
echo "Listing available environments..."
@trastle
trastle / cf.yml
Created August 29, 2013 18:22 — forked from fearoffish/cf.yml
---
name: cf
director_uuid: a6bede21-3374-4c8d-a29d-a330199d0d61
releases:
- name: cf
version: 138
networks:
- name: floating
---
name: cf_ngis_v2
director_uuid: 124da01f-5593-4eb6-a7bb-8e3d9bbef034
release:
name: cf
version: latest #130.65-dev
compilation:
workers: 3