Skip to content

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

@kdmccormick

Description

@kdmccormick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions