At this moment, it is clear that Scala CLI cannot become scala command and keep experimenting and adding new features. Both are the goals of this project so to achieve that we came up with a solution: ability to publish scala-cli as scala-cli (with all features) and as scala (with limited set of features and options).
We should investigate other option how to achieve same results (e.g. like using single command with --anvanced flag) and try to implement best solution.
The important thing to consider is that the solution should allow us to easily reuse / update current installation logic.