Oclif tends to allow configuration of their plugins via package.json configuration objects. In this case we could do the same to have oclif.plugin-update.prereleaseChannels to provide a listing of channels that our tool can respect. This give us an easier path to managing the use and install logic in our project.
Oclif tends to allow configuration of their plugins via
package.jsonconfiguration objects. In this case we could do the same to haveoclif.plugin-update.prereleaseChannelsto provide a listing of channels that our tool can respect. This give us an easier path to managing theuseandinstalllogic in our project.