Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kdmccormick opened this issue Jul 15, 2024 · 0 comments
Open

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

kdmccormick opened this issue Jul 15, 2024 · 0 comments

Comments

@kdmccormick
Copy link
Member

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:

  • An --enable flag on tutor plugins install
  • A --configure flag on tutor plugins install , just like tutor config save --set ...
  • A --limit-init flag on tutor ... launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant