kubectl-easy-rollback icon indicating copy to clipboard operation
kubectl-easy-rollback copied to clipboard

user-interactive based term

Open developer-guy opened this issue 4 years ago • 0 comments

Should we try go-prompt to make it user-interactive based design for our project ? These are projects that we can use in our application to implement prompt style interaction.

go-prompt - Library for building a powerful interactive prompt, inspired by python-prompt-toolkit.

https://github.com/manifoldco/promptui

I thought user interaction like this ;

  • list deployments and ask ; 1 - Which deployment you want to rollback ? -->
  • list images that deployed before 2 - Which image do you want to back ? -->

-> give response to user about rollback status.

developer-guy avatar Sep 13 '19 07:09 developer-guy