viur-framework/viur-cli

`viur install` should install versions from `project.json`

Closed this issue · 1 comments

It is a little bit useless that project.json contains version numbers of admin and scriptor, but these version don't have any further usage.

Therefore, it would be nice to have a way to install the specific versions that are specified in project.json, also to guarantee reproducable builds for specific versions.

My recommendation would be, that calling viur install without any additional parameters checks project.json for versions of admin and scriptor, and installs the specific version. In case there is no entry for scriptor or admin, the specific tool should NOT be installed.

This step can also be part of #80, as it is required for deploying a working version of something.

It already does with v2.0.0.dev