logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

puppet-doc - Generate Puppet references

Author

       Luke Kanies

Description

       This  deprecated command generates a Markdown document to stdout describing all installed Puppet types or
       all allowable arguments to puppet executables. It is largely meant  for  internal  use  and  is  used  to
       generate the reference document available on the Puppet Inc. web site.

       For  Puppet  module  documentation  (and  all  other  use  cases) this command has been superseded by the
       "puppet-strings" module - see https://github.com/puppetlabs/puppetlabs-strings for more information.

       This command (puppet-doc) will be removed once the puppetlabs internal documentation processing  pipeline
       is completely based on puppet-strings.

Example

       $ puppet doc -r type > /tmp/type_reference.markdown

Name

puppet-doc - Generate Puppet references

Options

       --help Print this help message

       --reference
              Build a particular reference. Get a list of references by running 'puppet doc --list'.

Synopsis

       Generates a reference for all Puppet types. Largely meant for internal Puppet Inc. use. (Deprecated)

Usage

       puppet doc [-h|--help] [-l|--list] [-r|--reference reference-name]

See Also