pluto
pluto copied to clipboard
Enhance CLI
We need to enhance the CLI, which includes:
- [ ] Adding additional commands related to stacks.
- [ ] Implementing "stack delete" command: This command will delete a specific stack.
- [ ] Implementing "stack activate" command: This command will set a specific stack as the default option for other commands.
- [ ] Implementing "stack list" command: This command will display a list of all stacks created in the current project.
- [ ] Improving error messages to make them more informative and user-friendly.
- [ ] Adding an exit message when the user forces an exit, such as by pressing Ctrl-C.