package
0.0.0-20220916220109-5f031484ed92
Repository: https://github.com/dagger/cloak.git
Documentation: pkg.go.dev
# README
Query Examples
- simple.graphql: Simple example of alpine+curl
cloak query -f ./simple.graphql
- multi.graphql: Parallel operations
cloak query -f ./multi.graphql
- git.graphql: Reading a file from git
cloak query -f ./git.graphql | jq -r .source.git.file
- docker_build.graphql: Builds and executes buildkit from git
cloak query -f ./docker_build.graphql | jq -r .source.git.dockerbuild.exec.file
- params.graphql
cloak query -f ./params.graphql | jq -r .source.git.file
cloak query -f ./params.graphql -set version=v0.1.0 | jq -r .source.git.file
- targets.graphql
cloak query -f ./targets.graphql --op test
cloak query -f ./targets.graphql --op build