Open kdmccormick opened 4 months ago
Currently it takes ~4-5 commands:
tutor plugins install blah tutor plugins enable blah tutor config save --set ... tutor images rebuild openedx tutor local do init --limit=blah
Could we whittle it down to 2?
tutor plugins install blah --enable --configure ... tutor local launch --limit-init=blah
Would require three changes to Tutor:
Currently it takes ~4-5 commands:
Could we whittle it down to 2?
Would require three changes to Tutor: