Closed Christopher-Norman closed 1 year ago
This PR adds the matcha stack add <module type> <module flavor> command.
matcha stack add <module type> <module flavor>
Upon a successful command run the matcha.config.json file will be updated:
matcha.config.json
% 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"
Please ensure you have done the following:
Tick all those that apply:
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.config.json
file:along with the stack name "custom"
Checklist
Please ensure you have done the following:
Type of change
Tick all those that apply: