fuzzylabs / matcha

A tool to provision MLOps environments in Azure
http://mymatcha.ai/
Apache License 2.0
30 stars 2 forks source link

[RPD-306] Add core stack add command #208

Closed Christopher-Norman closed 1 year ago

Christopher-Norman commented 1 year ago

This PR adds the matcha stack add <module type> <module flavor> command.

Upon a successful command run the matcha.config.json file will be updated:

 % matcha stack add experiment_tracker mlflow
Matcha 'experiment_tracker' module of flavor 'mlflow' has been added to the current stack.

matcha.config.json file:

{"stack": {"name": "custom", "experiment_tracker": "mlflow"}}

along with the stack name "custom"

Checklist

Please ensure you have done the following:

Type of change

Tick all those that apply: