viur-framework / viur-cli

Command-line interface for managing and developing ViUR
MIT License
4 stars 6 forks source link

Make `viur package install [admin]` more verbose #164

Open sveneberth opened 2 months ago

sveneberth commented 2 months ago

It would be nice if

viur package install admin

tells me which was my old version and what's the new one.

Like

$ pr viur package install admin
updated successful  [####################################]  100%    
Updated admin from v2.0.0 to v3.2.1.

and maybe

$ pr viur package install admin
You have already installed the latest version of admin (v3.2.1). 
Do you want to continue and install it again? [y/N] <<<prompt>>>

if I'm already on the latest version