MCPcopy Create free account
hub / github.com/netlify/cli / withContentFiles

Method withContentFiles

tests/integration/utils/site-builder.ts:213–219  ·  view source on GitHub ↗
(files: { content: string; path: string }[])

Source from the content-addressed store, hash-verified

211 }
212
213 withContentFiles(files: { content: string; path: string }[]) {
214 files.forEach((file) => {
215 this.withContentFile(file)
216 })
217
218 return this
219 }
220
221 withEnvFile({
222 env = {},

Calls 1

withContentFileMethod · 0.95

Tested by 1