Migrate from v5 to v6 #34
qetza
announced in
Announcements
Replies: 2 comments 2 replies
-
|
To be proper English 'ifNoFilesFound' would have been better phrased 'whenNoFilesFound' |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Could you please tell me how long then v5 will be around and supported for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most inputs where renamed, migrated or have their values changed, outputs were renamed and some transforms were renamed between v5 and v6.
When migrating from v5 to v6 use the following tables to migrate needed inputs, outputs and transforms:
inputs
actionOnMissing: continue
useDefaultValue: false
missingVarLog: off
actionOnMissing: continue
useDefaultValue: true
actionOnMissing: warn
useDefaultValue: false
missingVarLog: warn
actionOnMissing: warn
useDefaultValue: true
missingVarLog: warn
actionOnMissing: fail
useDefaultValue: false
missingVarLog: error
actionOnMissing: fail
useDefaultValue: true
missingVarLog: error
actionOnMissing: continue
missingVarLog: off
actionOnMissing: warn
missingVarLog: warn
actionOnMissing: fail
missingVarLog: error
@and use only slashes as directory separatorfalse; if you didn't specify writeBOM, add addBOM: trueoutputs
transforms
Beta Was this translation helpful? Give feedback.
All reactions