module
0.0.0-20240903090233-1f31c6902269
Repository: https://github.com/octohelm/wagon.git
Documentation: pkg.go.dev
# README
Wagon
Install
curl -sSLf https://raw.githubusercontent.com/octohelm/wagon/main/install.sh | sudo sh
Difference from dagger-cue
- No
core.#Export
- for each action, we could just use
do --output
to export to somewhere:- when action contains
output: core.#FS
, will export all fs contents - when action contains
output: core.#Image
, will export the oci image
- when action contains
- for each action, we could just use
- Not required
dagger.#Plan
- actions path just under
actions
will be the task list forwagon do <action_path>
- actions path just under