puppetlabs / puppet-strings

The next generation Puppet documentation extraction and presentation tool.
http://puppetlabs.github.io/puppet-strings/
Apache License 2.0
90 stars 84 forks source link

(CONT-1193) - Add `--providers` and `--list-providers` flags #357

Closed jordanbreen28 closed 1 year ago

jordanbreen28 commented 1 year ago

Summary

This PR finishes the implementation of the providers flag as this was never completed. It also adds a new flag that can be used to list all available providers and their respective types within the module.

Additional Context

adding --providers to a describe command i.e. describe firewall --providers, returns the providers for the firewall type.

image

running --list-providers lists all providers in the module.

image

Checklist

chelnak commented 1 year ago

Fantastic stuff! Thanks @jordanbreen28 🙏