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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGES
viash config: An argument's example now needs to be of the same type as the argument itself.
For example, [ type: integer, name: foo, example: 10 ] is valid, whereas [ type: integer, name: foo, example: bar ] is not, as 'bar' cannot be cast to an integer.
NEW FUNCTIONALITY
viash config inject: A command for inserting a Viash header into your script.
DockerPlatform: Added a requirement setup for installing through yum. Example: setup: [ [ type: yum, packages: [ wget] ] ]
DockerPlatform: Allow using copy and add instructions. Example: setup: [ [ type: docker, add: [ "http://foo.bar ." ]]]
BUG FIXES
ViashTest: Fix verbosity passthrough.
--help: Fix repeated usage flag when printing the help.