Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
wb
command
Command wb is the workbench CLI: fleet-wide operations across the user's GitHub repositories, plus repo-sync.
|
Command wb is the workbench CLI: fleet-wide operations across the user's GitHub repositories, plus repo-sync. |
|
internal
|
|
|
discover
Package discover finds the repositories to operate on by reconciling the local ~/projects/{org}/{repo} tree with the non-archived repositories GitHub reports for the relevant orgs.
|
Package discover finds the repositories to operate on by reconciling the local ~/projects/{org}/{repo} tree with the non-archived repositories GitHub reports for the relevant orgs. |
|
fleetsync
Package fleetsync decides and performs the sync action for a single repo: clone or pull an active repo, or remove/keep an archived one's local clone.
|
Package fleetsync decides and performs the sync action for a single repo: clone or pull an active repo, or remove/keep an archived one's local clone. |
|
gitops
Package gitops wraps the git and gh commands needed to read the default branch of a repo and to land a change on it — pushing directly when allowed, or opening an auto-merge PR when the branch is protected.
|
Package gitops wraps the git and gh commands needed to read the default branch of a repo and to land a change on it — pushing directly when allowed, or opening an auto-merge PR when the branch is protected. |
|
recipe
Package recipe implements wb's config-driven fleet operations: a Recipe describes how to detect and mutate matching repos, and how to land the result via the same worktree/commit/push-or-PR flow used everywhere else in wb.
|
Package recipe implements wb's config-driven fleet operations: a Recipe describes how to detect and mutate matching repos, and how to land the result via the same worktree/commit/push-or-PR flow used everywhere else in wb. |
|
scan
Package scan inspects a repository working tree.
|
Package scan inspects a repository working tree. |
|
tui
Package tui holds the bubbletea models for `wb sync`'s progress display and its post-run interactive results browser.
|
Package tui holds the bubbletea models for `wb sync`'s progress display and its post-run interactive results browser. |
Click to show internal directories.
Click to hide internal directories.