Skip to content

Comments

feat: add instance scaling commands to manage service replicas#90

Merged
birme merged 1 commit intomainfrom
feat-scale-instances
Nov 15, 2025
Merged

feat: add instance scaling commands to manage service replicas#90
birme merged 1 commit intomainfrom
feat-scale-instances

Conversation

@birme
Copy link
Contributor

@birme birme commented Nov 15, 2025

Summary

  • Add get-instance-replicas command to view current actual and desired replica counts for service instances
  • Add set-instance-replicas command to set the desired number of replicas for service instances
  • Export new scaling functions from core module for CLI usage

Test plan

  • Test get-instance-replicas command with valid service and instance
  • Test set-instance-replicas command to scale instances up and down
  • Verify error handling for instances that don't support scaling
  • Confirm CLI help text displays correctly for new commands

🤖 Generated with Claude Code

Add CLI commands to get and set the number of replicas for service instances:
- get-instance-replicas: View current actual and desired replica counts
- set-instance-replicas: Set the desired number of replicas for an instance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@birme birme merged commit 4628532 into main Nov 15, 2025
1 check passed
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.

1 participant