Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

feat(cli): wire up root_parent backfill command#73

Merged
christopherwxyz merged 1 commit into
mainfrom
feature/root-parent-cli
Jan 1, 2026
Merged

feat(cli): wire up root_parent backfill command#73
christopherwxyz merged 1 commit into
mainfrom
feature/root-parent-cli

Conversation

@christopherwxyz

Copy link
Copy Markdown
Contributor

Summary

  • Add CLI interface for the root_parent backfill module that was added in v2026.1.2 but not exposed via the command line
  • New command: waypoint backfill root-parent with options for URL parents, hash parents, or both

Test plan

  • cargo check passes
  • cargo clippy passes
  • waypoint backfill --help shows root-parent command
  • waypoint backfill root-parent --help shows all options

Add CLI interface for the root_parent backfill module that was added
in v2026.1.2 but not exposed via the command line.

New command: waypoint backfill root-parent
  --url-parents: Backfill casts with URL parents (simple SQL update)
  --hash-parents: Backfill casts with hash-based parents (Hub traversal)
  --all: Run both operations
  --batch-size, --max-depth, --batch-delay: Tuning options
@christopherwxyz
christopherwxyz merged commit 3ea2b5e into main Jan 1, 2026
2 checks passed
@christopherwxyz
christopherwxyz deleted the feature/root-parent-cli branch January 1, 2026 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant