-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There should be an option to add multiple sources.
It could be something like this:
scm source add <scriptName> <sourceName> <source>scm source get <scriptName>scm source remove <scriptName> <sourceName>scm update <scriptName> <sourceName>
Every script should have a default source (probably the first that has been added) which will be updated from if no source is specified.
You could then download a program from GitHub with scm get exampleProgram and add a pastebin script as additional source with scm source add exampleProgram pb exampleProgram@abc123.
Then you could update the script from pastebin with: scm update exampleProgram pb.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Parked