Many RokuDeploy options have defaults but no validation. For example, packagePort defaults to 80 and should be an integer — but nothing stops a caller from passing "this is not a number". We should consider validating user-provided values to fail early.
Many RokuDeploy options have defaults but no validation. For example, packagePort defaults to 80 and should be an integer — but nothing stops a caller from passing
"this is not a number". We should consider validating user-provided values to fail early.