It would be nice to initialize a new project using viur init. It should start in an empty folder, and create project.json, clone the base-project and run some code similar to clean-base.py afterwards. Next, the stuff from viur cloud setup gcloud should be executed - prompt this interactively using the click tooling.
It would be nice to initialize a new project using
viur init
. It should start in an empty folder, and createproject.json
, clone the base-project and run some code similar toclean-base.py
afterwards. Next, the stuff fromviur cloud setup gcloud
should be executed - prompt this interactively using the click tooling.