@@ -91,26 +91,30 @@ make help
9191
9292List of all current commands:
9393``` text
94- all Runs lint, test-short and vet
95- bench Run all benchmarks in the Go application
96- clean Remove previous builds and any test cache data
97- clean-mods Remove all the Go mod cache
98- coverage Shows the test coverage
99- godocs Sync the latest tag with GoDocs
100- help Show all make commands available
101- lint Run the Go lint application
102- release Full production release (creates release in Github)
103- release-test Full production test release (everything except deploy)
104- release-snap Test the full release (build binaries)
105- run-examples Runs all the examples
106- tag Generate a new tag and push (IE: tag version=0.0.0)
107- tag-remove Remove a tag if found (IE: tag-remove version=0.0.0)
108- tag-update Update an existing tag to current commit (IE: tag-update version=0.0.0)
109- test Runs vet, lint and ALL tests
110- test-short Runs vet, lint and tests (excludes integration tests)
111- update Update all project dependencies
112- update-releaser Update the goreleaser application
113- vet Run the Go vet application
94+ all Runs multiple commands
95+ clean Remove previous builds and any test cache data
96+ clean-mods Remove all the Go mod cache
97+ coverage Shows the test coverage
98+ godocs Sync the latest tag with GoDocs
99+ help Show this help message
100+ install Install the application
101+ install-go Install the application (Using Native Go)
102+ lint Run the Go lint application
103+ release Full production release (creates release in Github)
104+ release Runs common.release then runs godocs
105+ release-snap Test the full release (build binaries)
106+ release-test Full production test release (everything except deploy)
107+ replace-version Replaces the version in HTML/JS (pre-deploy)
108+ run-examples Runs all the examples
109+ tag Generate a new tag and push (tag version=0.0.0)
110+ tag-remove Remove a tag if found (tag-remove version=0.0.0)
111+ tag-update Update an existing tag to current commit (tag-update version=0.0.0)
112+ test Runs vet, lint and ALL tests
113+ test-short Runs vet, lint and tests (excludes integration tests)
114+ test-travis Runs all tests via Travis (also exports coverage)
115+ test-travis-short Runs unit tests via Travis (also exports coverage)
116+ uninstall Uninstall the application (and remove files)
117+ vet Run the Go vet application
114118```
115119</details >
116120
0 commit comments