Skip to content

Commit

Permalink
add badges on README
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Mar 15, 2021
1 parent a93424b commit fc44de9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# rdiam(alpha version)

[![Test](https://github.com/snowhork/rdiam/actions/workflows/test.yml/badge.svg)](https://github.com/snowhork/rdiam/actions/workflows/test.yml)
[![Apache-2.0](https://img.shields.io/github/license/snowhork/rdiam)](LICENSE)


`rdiam` is CLI for redash group members, inspired by [bqiam](https://github.com/hirosassa/bqiam).
This is alpha version.

Expand All @@ -10,4 +15,4 @@ REDASH_ENDPOINT="your redash domain" REDASH_API_KEY="your user api key" \
go run ./ add -u user1@email.com,user2@emali.com -g group1,group2
```

In the future version, the endpoint and api_key may be managed by setting file.
In the future version, the endpoint and api_key may be managed by setting file.

0 comments on commit fc44de9

Please sign in to comment.