Skip to content

allow multiple sources #2

@ColdIV

Description

@ColdIV

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Parked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions