pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Enhance CLI

Open jianzs opened this issue 2 years ago • 0 comments

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.

jianzs avatar Oct 25 '23 15:10 jianzs