Edit: This list is now maintained in the rust-anthology repo.
This file contains hidden or 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
Homebrew build logs for terra on macOS 10.12.6 | |
Build date: 2017-08-14 16:12:50 |
This file contains hidden or 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
export DIGITALOCEAN_ACCESS_TOKEN=[...] | |
curl -X GET \ | |
-H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN" \ | |
"https://api.digitalocean.com/v2/regions" \ | |
| jq '.' | |
export DIGITALOCEAN_REGION=sfo2 | |
cd cloud-provisioning |