Skip to content

Commit 2a9c56c

Browse files
fix: remove outdated smart routing references from documentation (#277)
* feat(ci): add automatic crates.io publishing workflow - Automatically publishes crates to crates.io after successful release - Triggered when Release workflow completes successfully - Can also be manually triggered with optional dry-run mode - Checks which crates need publishing to avoid duplicate publishes - Publishes crates in dependency order: redis-cloud → redis-enterprise → redisctl - Includes verification step to ensure all crates are available on crates.io - Uses CARGO_REGISTRY_TOKEN from repository secrets * fix: remove outdated smart routing references from documentation - Remove 'smart routing' feature mentions from README, docs, and CLAUDE.md - Delete smart-commands.md documentation file that no longer applies - Update feature descriptions to emphasize explicit Cloud/Enterprise commands - This feature was removed in PR #141 but documentation wasn't updated - Commands now require explicit 'cloud' or 'enterprise' prefix for clarity
1 parent c89f38e commit 2a9c56c

File tree

4 files changed

+3
-105
lines changed

4 files changed

+3
-105
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A unified command-line interface for managing Redis Cloud and Redis Enterprise d
1010
## Features
1111

1212
- **Unified Interface** - Single CLI for both Redis Cloud and Redis Enterprise
13-
- **Async Operations** - Full support for long-running operations with `--wait` flags
14-
- **Smart Routing** - Automatically detects which API to use based on context
13+
- **Async Operations** - Full support for long-running operations with `--wait` flags
14+
- **Explicit Commands** - Clear separation between Cloud and Enterprise operations
1515
- **Multiple Output Formats** - JSON, YAML, and Table output with JMESPath filtering
1616
- **Profile Management** - Secure credential storage with environment variable support
1717

docs/src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
- [Async Operations](./features/async-operations.md)
4444
- [Output Formats](./features/output-formats.md)
4545
- [Profile Management](./features/profiles.md)
46-
- [Smart Commands](./features/smart-commands.md)
4746
- [Workflows](./features/workflows.md)
4847

4948
# Tutorials

docs/src/features/smart-commands.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

docs/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Why redisctl?
66

77
- **Single Tool** - One CLI for both Cloud and Enterprise deployments
8-
- **Smart Routing** - Automatically uses the right API based on your configuration
8+
- **Explicit Commands** - Clear separation between Cloud and Enterprise operations
99
- **Multiple Interfaces** - Raw API access, human-friendly commands, and orchestrated workflows
1010
- **Flexible Output** - JSON, YAML, or formatted tables with JMESPath filtering
1111

0 commit comments

Comments
 (0)