artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

As a user, I want a CLI to walk me through the installation process instead of having to decipher the readme and fill the `vars` file #49

Closed AlexisVLRT closed 3 years ago

AlexisVLRT commented 3 years ago

As a User I want to be guided through the install process. I want to be explained the options I have and what they imply so I can taylor my deployment to my needs and environment

I want an intuitive and easy to use CLI that will prompt me step by step. I need the tool to be transparent regarding what it will deploy.

image

AlexisVLRT commented 3 years ago

@griseau Hey there, watcha think?

griseau commented 3 years ago

Hey @AlexisVLRT, agree with you on the prompting solution !

For the network, I'll maybe add a 3rd option, join an already existing network. We should not import the network, but only use it For brand part, I would not recommend to import it or give the possibility to the user to change it. As it could be managed by other people (or terraform repository) and break things on their side, so better to just use it I think. For the app engine part it's already the case I think ?

AlexisVLRT commented 3 years ago

Solved by #55