-
Notifications
You must be signed in to change notification settings - Fork 0
Add rename command #363
Copy link
Copy link
Closed
Milestone
Description
Currently the only to rename a stack at the moment is to use the config file directly.
Add a new rename command which will change the name of a stack.
- Options:
--stack: The name of the stack to be renamed--name: The new name of the stack
- The user should be prompted to select a stack if the
--stackoption is not provided. - The user should be prompted to enter the new name if the
--nameoption is not provided. - Validate that there is not another stack with the same name for the same remote.
Technical notes
- Add any actions to the core domain
Stackclass as method e.g.ChangeName. - Use existing helper methods for selecting a stack
Acceptance criteria
- New
renamecommand added with required options. - Unit tests added for command handling.
- Readme updated with details of the new command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels