This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function cfenv () { | |
function curenv () { | |
if [ "$1" == "" ]; then | |
CURENV="default" | |
else | |
CURENV="$(echo "$1" | cut -d '-' -f 2)" | |
fi | |
} | |
function listenvs () { | |
echo "Listing available environments..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: cf | |
director_uuid: a6bede21-3374-4c8d-a29d-a330199d0d61 | |
releases: | |
- name: cf | |
version: 138 | |
networks: | |
- name: floating |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: cf_ngis_v2 | |
director_uuid: 124da01f-5593-4eb6-a7bb-8e3d9bbef034 | |
release: | |
name: cf | |
version: latest #130.65-dev | |
compilation: | |
workers: 3 |