dev-cli
dev-cli copied to clipboard
the README gen is not working correctly
The readme file was behaving well until recently. Not sure what caused this:
https://github.com/mshanemc/shane-sfdx-plugins
It's having trouble finding the command names?
Hey Shane, I ran into the same issue developing SFDX commands. After I added some tags and regenerated based on what is listed on their NPM repo (albeit v 1.22) seemed to work, haven't tested with the latest version.
Reference: https://www.npmjs.com/package/@oclif/dev-cli
Last example at the bottom of the page.
It would be helpful if the command provided some kind of feedback when not finding those tags to do the generation nonetheless.