-
Notifications
You must be signed in to change notification settings - Fork 11
spfs push and pull between two remote repos #1345
Copy link
Copy link
Labels
agenda itemItems to be brought up at the next dev meetingItems to be brought up at the next dev meeting
Description
Both spfs push and spfs pull take a --remote flag and use that remote in combination with the local repository. To sync content between two remote repos requires using the local repo as an intermediary (or somehow tricking spfs into treating one of the remotes involved as the "local" repo).
It would be convenient to have the ability to specify a --from and --to remote repository on these tools. The Syncer would already handle this kind of syncing but we don't have the command line args necessary to orchestrate it easily.
spfs push
--remotebecomes an alias for--to--fromdefaults to the local repository.
spfs pull
--remotebecomes an alias for--from--todefaults to the local repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agenda itemItems to be brought up at the next dev meetingItems to be brought up at the next dev meeting