add #WriteFile and #Mkdir to #Op

Signed-off-by: Tony Worm <tony@hofstadter.io>
This commit is contained in:
Tony Worm 2021-03-15 08:22:27 -04:00 committed by Solomon Hykes
parent 6460a5c9fc
commit 472070d7f8

View File

@ -13,7 +13,7 @@ package dagger
#Secret: string
// One operation in a script
#Op: #FetchContainer | #FetchGit | #Export | #Exec | #Local | #Copy | #Load | #Subdir
#Op: #FetchContainer | #FetchGit | #Export | #Exec | #Local | #Copy | #Load | #Subdir | #WriteFile | #Mkdir
// Export a value from fs state to cue
#Export: {