Migrate from v5 to v6 #34
qetza
announced in
Announcements
Replies: 1 comment
-
To be proper English 'ifNoFilesFound' would have been better phrased 'whenNoFilesFound' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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