Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

add manual scaling to CLI #71

@iandouglas

Description

@iandouglas

Customer request, but adding here so others can upvote.

Since CLI is built atop Render API, and the API has the means to scale a service up or down, it would be nice to support this in the CLI tool as well.

perhaps:
render services scale --id srv-abc123 --add 2
to add 2 more instances

and

render services scale --id srv-abc123 --remove 3
to remove 3 instances, if possible, maybe leaving one at a minimum that needs to be manually deleted to fully close down?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions