Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 326a4cf

Browse files
committed
Generated missing embedded piece
1 parent a2c2970 commit 326a4cf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,29 @@ $ docker run --rm \
219219
## Development
220220

221221
[embedmd]:# (tmp/make_help.txt)
222+
```txt
223+
Usage:
224+
make <target>
225+
226+
Targets:
227+
setup Setups dev environment
228+
drone-cache Runs drone-cache target
229+
build Runs build target, always builds
230+
clean Cleans build resourcess
231+
docs Generates docs
232+
generate Generate documentation, website and yaml files,
233+
vendor Updates vendored copy of dependencies
234+
compress Creates compressed binary
235+
container Builds drone-cache docker image with latest tag
236+
container-push Pushes latest $(CONTAINER_REPO) image to repository
237+
test Runs tests
238+
test-integration Runs integration tests
239+
test-unit Runs unit tests
240+
lint Runs golangci-lint analysis
241+
fix Runs golangci-lint fix
242+
format Runs gofmt
243+
help Shows this help message
244+
```
222245

223246
```txt
224247
Usage:

0 commit comments

Comments
 (0)