Skip to content

Commit

Permalink
Update README to include missing make target descriptions (kuskoman#145)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Jakub Surdej <kubasurdej@gmail.com>
  • Loading branch information
satk0 and kuskoman authored Jul 4, 2023
1 parent 289f581 commit ad4eb46
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,16 @@ All configuration variables can be checked in the [config directory](./config/).
- `make build-docker-multi`: Builds a multi-arch Docker image (`amd64` and `arm64`) for the Go Exporter application.
- `make clean`: Deletes all binary executables in the out directory.
- `make test`: Runs all tests.
- `make test-coverage`: Displays test coverage report.
- `make compose`: Starts a Docker-compose configuration.
- `make wait-for-compose`: Starts a Docker-compose configuration and waits for it to be ready.
- `make compose-down`: Stops a Docker-compose configuration.
- `make verify-metrics`: Verifies the metrics from the Go Exporter application.
- `make pull`: Pulls the Docker image from the registry.
- `make logs`: Shows logs from the Docker-compose configuration.
- `make minify`: Minifies the binary executables.
- `make install-helm-readme`: Installs readme-generator-for-helm tool.
- `make helm-readme`: Generates Helm chart README.md file.
- `make help`: Shows the available commands.

#### File Structure
Expand Down Expand Up @@ -150,6 +153,10 @@ Run all tests:

make test

Display test coverage report:

make test-coverage

Start the Docker-compose configuration:

make compose
Expand Down Expand Up @@ -178,6 +185,14 @@ Minify the binary executables:

make minify

Install readme-generator-for-helm tool:

make install-helm-readme

Generate Helm chart README.md file:

make helm-readme

Show the available commands:

make help
Expand Down

0 comments on commit ad4eb46

Please sign in to comment.