Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Adds the ability to update a single tag value without replacing all tags.

Changes

  • Add UpdateTag CLI command to CloudDatabaseCommands
  • Add update_tag handler function in database_impl
  • Add CLI test for update-tag help

Usage

# Update a single tag value for a Pro database
redisctl cloud database update-tag 123:456 --key environment --value production

# With JSON output
redisctl cloud database update-tag 123:456 --key environment --value production -o json

Notes

This provides parity with Essentials databases which already have fixed-database update-tag.

Closes #471

Adds the ability to update a single tag value without replacing all tags:
- Add UpdateTag CLI command to CloudDatabaseCommands
- Add update_tag handler function in database_impl
- Add CLI test for update-tag help

Closes #471
@joshrotenberg joshrotenberg merged commit 8e7fb59 into main Dec 9, 2025
16 checks passed
@joshrotenberg joshrotenberg deleted the feat/pro-database-update-tag branch December 9, 2025 18:05
@joshrotenberg joshrotenberg mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cloud): add update single tag endpoint for Pro databases

2 participants