This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/dagger/op/op_fullop.cue
Andrea Luzzardi c95b5d2bae docs: deploy using dagger
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-02 15:45:51 -07:00

19 lines
263 B
CUE

@if(fullop)
package op
// Full resolution schema enforciong the complete op spec
#Op: (#Export |
#FetchContainer |
#PushContainer |
#FetchGit |
#Exec |
#Local |
#Copy |
#Load |
#Subdir |
#Workdir |
#WriteFile |
#Mkdir |
#DockerBuild) & {do: string}