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-describe - Display help about resource types

Author

       David Lutterkort

Example

       $ puppet describe --list
       $ puppet describe file --providers
       $ puppet describe user -s -m

Name

puppet-describe - Display help about resource types

Options

       --help Print this help text

       --providers
              Describe providers in detail for each type

       --list List all types

       --meta List all metaparameters

       --short
              List only parameters without detail

Synopsis

       Prints help about Puppet resource types, providers, and metaparameters.

Usage

       puppet describe [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta]

See Also