Skip to content

Commit 74e5281

Browse files
committed
docs: remove emojis from README
1 parent e1f02f8 commit 74e5281

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Managing Redis Cloud and Redis Enterprise through REST APIs means juggling curl
2626

2727
### What You Get
2828

29-
**One CLI for Everything** — Manage both Redis Cloud and Enterprise from a single tool
30-
**Intelligent Async Handling**`--wait` flags automatically poll long-running operations
31-
**Real-Time Streaming** — Tail logs and metrics with `--follow`
32-
**Automated Workflows** — High-level commands like `subscription-setup` handle complex tasks
33-
**Smart Output** — Tables for humans, JSON for scripts, with JMESPath filtering built-in
34-
**Production Ready** — Secure credential storage, profile management, and comprehensive error handling
29+
- **One CLI for Everything** — Manage both Redis Cloud and Enterprise from a single tool
30+
- **Intelligent Async Handling**`--wait` flags automatically poll long-running operations
31+
- **Real-Time Streaming** — Tail logs and metrics with `--follow`
32+
- **Automated Workflows** — High-level commands like `subscription-setup` handle complex tasks
33+
- **Smart Output** — Tables for humans, JSON for scripts, with JMESPath filtering built-in
34+
- **Production Ready** — Secure credential storage, profile management, and comprehensive error handling
3535

3636
---
3737

@@ -85,13 +85,13 @@ redisctl enterprise logs list --follow
8585

8686
**That's it!** You're ready to manage your Redis deployments.
8787

88-
📚 [**Full Documentation →**](https://joshrotenberg.github.io/redisctl/)
88+
[**Full Documentation →**](https://joshrotenberg.github.io/redisctl/)
8989

9090
---
9191

9292
## Feature Showcase
9393

94-
### 🔄 Async Operations Made Easy
94+
### Async Operations Made Easy
9595

9696
No more manual polling. The `--wait` flag handles it automatically:
9797

@@ -105,7 +105,7 @@ redisctl cloud database create @config.json --wait
105105
# ✓ Database created and ready in 45s
106106
```
107107

108-
### 📊 Flexible Output Formats
108+
### Flexible Output Formats
109109

110110
```bash
111111
# Human-friendly tables
@@ -118,7 +118,7 @@ redisctl cloud database list -o json
118118
redisctl cloud database list -q 'databases[?status==`active`].name'
119119
```
120120

121-
### 🎯 High-Level Workflows
121+
### High-Level Workflows
122122

123123
Complex multi-step operations in one command:
124124

@@ -134,7 +134,7 @@ redisctl cloud workflow subscription-setup @workflow.yaml
134134
# ✓ Ready for production
135135
```
136136

137-
### 📡 Real-Time Streaming
137+
### Real-Time Streaming
138138

139139
Monitor your infrastructure live:
140140

@@ -146,7 +146,7 @@ redisctl enterprise logs list --follow
146146
redisctl enterprise logs list --follow --poll-interval 1
147147
```
148148

149-
### 🔧 Support Package Automation
149+
### Support Package Automation
150150

151151
Generate diagnostic packages and upload to Redis Support in one step:
152152

@@ -411,7 +411,7 @@ redisctl enterprise cluster get -o yaml
411411

412412
## Documentation
413413

414-
📚 **[Complete Documentation](https://joshrotenberg.github.io/redisctl/)**
414+
**[Complete Documentation](https://joshrotenberg.github.io/redisctl/)**
415415

416416
- [Getting Started Guide](https://joshrotenberg.github.io/redisctl/getting-started/)
417417
- [Command Reference](https://joshrotenberg.github.io/redisctl/reference/)
@@ -453,6 +453,6 @@ at your option.
453453

454454
## Support
455455

456-
- 📖 [Documentation](https://joshrotenberg.github.io/redisctl/)
457-
- 🐛 [Issue Tracker](https://github.com/joshrotenberg/redisctl/issues)
458-
- 💬 [Discussions](https://github.com/joshrotenberg/redisctl/discussions)
456+
- [Documentation](https://joshrotenberg.github.io/redisctl/)
457+
- [Issue Tracker](https://github.com/joshrotenberg/redisctl/issues)
458+
- [Discussions](https://github.com/joshrotenberg/redisctl/discussions)

0 commit comments

Comments
 (0)