You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning to release the current 0.x line of Variant as 1.0. Shortly after that I'll release https://github.com/mumoshu/variant2 as the next major version of Variant.
It features a lot of things but to recap:
It adds a HCL-based DSL that is superior to yaml+go template
Workflows: DAGs of jobs with output propagation and concurrency
More flexible and composable building blocks of your command
Export your command to various formats(single executable binary, "main.go", another dir, shim, etc.)
Testing framework. Write test "your cmd" { } and run it with varian test. Both standalone and embedded in go test.
Uh oh!
There was an error while loading. Please reload this page.
I'm planning to release the current 0.x line of Variant as 1.0. Shortly after that I'll release https://github.com/mumoshu/variant2 as the next major version of Variant.
It features a lot of things but to recap:
test "your cmd" { }
and run it withvarian test
. Both standalone and embedded ingo test
.See the README at https://github.com/mumoshu/variant2 for more.
The text was updated successfully, but these errors were encountered: