liquid-labs / liquid-labs/liq-cli
Add options to configure the 'source' remote.
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Overview
With the new ability to 'follow' a source repo, we need to be able to manage that. This will be added as configurable options reached through 'sync'.
Depends on #128
## Deliverables
* [ ] `projects sync --unfollow` will remove the `source` remote
* [ ] `projects sync --follow ` will add a source remote
* [ ] If there is a source remote, this results in an error.
* [ ] If successful, suggests running `liq projects sync --source` to pull in changes.
## Notes
We will consider supporting multiple sources in the future. For now, we keep it simple till we have a compelling use case for multiple sources.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing `projects sync` command and the work tracked in #128. Trace how sync options are parsed and how remotes are managed. Done means `--unfollow` removes the `source` remote, `--follow ` adds one when absent, rejects an existing source remote, and suggests `liq projects sync --source` after success.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100