Skip to content

Commit a0a1586

Browse files
committed
feat: add status badges to README
1 parent 58d7052 commit a0a1586

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# redisctl
22

3+
[![CI](https://github.com/joshrotenberg/redisctl/actions/workflows/ci.yml/badge.svg)](https://github.com/joshrotenberg/redisctl/actions/workflows/ci.yml)
4+
[![Crates.io](https://img.shields.io/crates/v/redisctl.svg)](https://crates.io/crates/redisctl)
5+
[![Documentation](https://docs.rs/redisctl/badge.svg)](https://docs.rs/redisctl)
6+
[![License](https://img.shields.io/crates/l/redisctl.svg)](https://github.com/joshrotenberg/redisctl/blob/main/LICENSE-MIT)
7+
38
A unified command-line interface for managing Redis deployments across Cloud and Enterprise.
49

510
## Overview

0 commit comments

Comments
 (0)