@@ -37,7 +37,8 @@ Available targets:
3737 geodesic :deploy Run a Jenkins Job to Deploy $(APP ) with $(CANONICAL_TAG )
3838 git :aliases-update Update git aliases
3939 git :submodules-update Update submodules
40- github :download-release Download release from github
40+ github :download-private-release Download release from github
41+ github :download-public-release Download release from github
4142 go :build Build binary
4243 go :build-all Build binary for all platforms
4344 go :clean Clean compiled binary
@@ -62,7 +63,12 @@ Available targets:
6263 help This help screen
6364 jenkins :run-job-with-tag Run a Jenkins Job with $(TAG )
6465 make :lint Lint all makefiles
65- travis :docker-tag-and-push Tag according travis envvars and push
66+ terraform :get-modules Ensure all modules can be fetched
67+ terraform :get-plugins Ensure all plugins can be fetched
68+ terraform :lint Lint check Terraform
69+ terraform :validate Basic terraform sanity check
70+ travis :docker-login Login into docker hub
71+ travis :docker-tag-and-push Tag & Push according Travis environment variables
6672```
6773
6874
@@ -71,7 +77,7 @@ Available targets:
7177- [`github-authorized-keys`](https ://github.com/cloudposse/github-authorized-keys/) - A Golang project that leverages `docker:% `, `go:% `, `travis:% ` targets
7278- [`charts`](https ://github.com/cloudposse/charts/) - A collection of Helm Charts that leverages `docker:% ` and `helm:% ` targets
7379- [`bastion`](https ://github.com/cloudposse/bastion/) - A docker image that leverages `docker:% ` and `bash:lint` targets
74-
80+ - [`terraform-null-label`](https ://github.com/cloudposse/terraform-null-label/) - A terraform module that leverages `terraform: % ` targets
7581
7682# # Help
7783
0 commit comments