Skip to content

Commit 9f605d9

Browse files
committed
Added a couple of badges and version info for releases
1 parent afe6055 commit 9f605d9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ build:
33
- windows
44
- darwin
55
- linux
6+
ldflags:
7+
- -s -w -X axon-server-cli/cmd.version={{.Version}} -X axon-server-cli/cmd.commit={{.Commit}} -X axon-server-cli/cmd.date={{.Date}}
68
archives:
79
- format_overrides:
810
- goos: windows

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Axon Server Command line interface
22

3+
[![Release](https://img.shields.io/github/release/lfgcampos/axon-server-cli.svg?style=flat-square)](https://github.com/lfgcampos/axon-server-cli/releases/latest)
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5+
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/lfgcampos/axon-server-cli)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/lfgcampos/axon-server-cli?style=flat-square)](https://goreportcard.com/report/github.com/lfgcampos/axon-server-cli)
7+
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser)
8+
39
The intention of this repo is to have a similar cli as in [axon-server-cli](https://github.com/AxonIQ/axon-server-se/tree/master/axonserver-cli) but written in go instead of java.
410
This is more of a learning exercise of go language but should be as much usable as the official cli.
511

0 commit comments

Comments
 (0)