Skip to content

Commit e0f8d98

Browse files
ggallenclaude
andcommitted
feat(cli): add --all flag to fullsend lock for batch harness locking
Signed-off-by: Greg Allen <gallen@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Greg Allen <gallen@redhat.com>
1 parent 158beaa commit e0f8d98

3 files changed

Lines changed: 785 additions & 58 deletions

File tree

docs/guides/dev/cli-internals.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ fullsend
3131
│ ├── status <org> # Analyze GitHub-side state
3232
│ ├── uninstall <org> # Remove fullsend GitHub configuration
3333
│ └── sync-scaffold <org> # Update workflow templates
34-
├── lock <agent-name> # Pin remote deps to lock.yaml
34+
├── lock [agent-name] # Pin remote deps to lock.yaml
35+
│ ├── --all # Lock all harnesses in the harness directory
3536
│ ├── --fullsend-dir <path> # Base directory with .fullsend layout
3637
│ ├── --forge <platform> # Lock only this forge variant; omit for all
3738
│ ├── --update # Force re-resolve even if current

0 commit comments

Comments
 (0)