-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add friendly .envrc to capi-workspace
Signed-off-by: Utako Ueda <[email protected]>
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
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
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" |