openedx / wg-devops

Issue repository for the DevOps Working Group
1 stars 2 forks source link

Idea: Reduce number of commands for setting up a plugin #45

Open kdmccormick opened 4 months ago

kdmccormick commented 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: