1
0
mirror of synced 2026-06-19 11:50:47 +00:00

Support specifing sparseCheckout in flux bootstrap

Signed-off-by: piny940 <83708535+piny940@users.noreply.github.com>
Assisted-by: claude/opus-4.7
This commit is contained in:
piny940
2026-05-29 13:28:30 +09:00
parent c438a10efc
commit 56166fd90c
8 changed files with 10 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ func Generate(options Options) (*manifestgen.Manifest, error) {
},
RecurseSubmodules: options.RecurseSubmodules,
Provider: options.Provider,
SparseCheckout: options.SparseCheckout,
},
}