add #WriteFile and #Mkdir to #Op
Signed-off-by: Tony Worm <tony@hofstadter.io>
This commit is contained in:
parent
6460a5c9fc
commit
472070d7f8
@ -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: {
|
||||
|
Reference in New Issue
Block a user