Skip to content

Commit

Permalink
Add friendly .envrc to capi-workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Utako Ueda <[email protected]>
  • Loading branch information
rainmaker authored and utako committed Feb 27, 2018
1 parent fb0f0b6 commit dd4f37b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
echo ""
echo -e "\033[36mWelcome to the CAPI workspace!\033[0m\n\n"

echo -e "To run the workspace installation, try:\n"

echo -e "\033[32m./install.sh\n\033[0m"

echo -e "Here are some repositories you may find useful:\n"

echo -e "Public\n"

echo -e "https://github.com/cloudfoundry/api-docs\n\
https://github.com/cloudfoundry/capi-release \n\
https://github.com/cloudfoundry/diego-release \n\
https://github.com/cloudfoundry/docs-services \n\
https://github.com/cloudfoundry/sprout-capi \n\
https://github.com/cloudfoundry/capi-dockerfiles \n\
https://github.com/cloudfoundry/capi-ci \n\
https://github.com/cloudfoundry/cf-deployment \n\
https://github.com/cloudfoundry/bosh-deployment \n\
https://github.com/cloudfoundry/sync-integration-tests \n"

echo -e "Private\n"
echo -e "[email protected]:cloudfoundry/capi-env-pool.git \n\
[email protected]:cloudfoundry/capi-ci-private.git \n\
[email protected]:cloudfoundry/capi-datadog.git \n"

echo -e "These repositories contain wikis:\n"
echo -e "https://github.com/cloudfoundry/cloud_controller_ng\n\
https://github.com/cloudfoundry/capi-team-checklists \n\
[email protected]:pivotal-cf/capi-team-playbook.git"

0 comments on commit dd4f37b

Please sign in to comment.