- Move the
util.getOptionsFromJson into RokuDeploy class
- add option
configPath which can be an absolute path, or a relative path relative to options.cwd ?? process.cwd()
- document this functionality in the readme
I think we should probably also include the default options in that method?
util.getOptionsFromJsonintoRokuDeployclassconfigPathwhich can be an absolute path, or a relative path relative tooptions.cwd ?? process.cwd()I think we should probably also include the default options in that method?