feat: add peat pull --skip-scan flag#63
Open
jgallagheriii wants to merge 1 commit into
Open
Conversation
b6b2d2f to
20a3c82
Compare
GhostofGoes
suggested changes
May 13, 2026
Contributor
|
Overall, this looks good, and adds a long-overdue feature to the CLI. Good work! |
- Add --skip-scan CLI flag to bypass scan phase and pull directly from hosts defined in a config file; removes requirement for -i/-f when a config with a hosts list is supplied - Per-host peat_module mappings in the hosts list are respected; a single -d device type can be used as a fallback - Add pull_skip_scan setting to Configuration and both example config files - Add unit tests for skip-scan logic in pull_api and cli_args Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20a3c82 to
6b7f87e
Compare
GhostofGoes
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add peat pull --skip-scan flag
Description
Related Issue
Closes #60
Checklist
Please check the following items as they're completed.
Completion of all checklist items signals to maintainers that a PR is fully ready for review.
CHANGELOG.rst