engine.#WriteFile

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2021-12-14 16:32:31 -07:00
committed by Sam Alba
parent c59aa18176
commit 380c15f5f4
9 changed files with 171 additions and 0 deletions

View File

@@ -8,3 +8,13 @@ package engine
contents: string
output: #FS
}
#WriteFile: {
_type: "WriteFile"
input: #FS
path: string
contents: string
mode: int
output: #FS
}