1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "PUPPET\-DESCRIBE" "8" "September 2024" "Puppet, Inc." "Puppet manual"
.
.SH "NAME"
\fBpuppet\-describe\fR \- Display help about resource types
.
.SH "SYNOPSIS"
Prints help about Puppet resource types, providers, and metaparameters\.
.
.SH "USAGE"
puppet describe [\-h|\-\-help] [\-s|\-\-short] [\-p|\-\-providers] [\-l|\-\-list] [\-m|\-\-meta]
.
.SH "OPTIONS"
.
.TP
\-\-help
Print this help text
.
.TP
\-\-providers
Describe providers in detail for each type
.
.TP
\-\-list
List all types
.
.TP
\-\-meta
List all metaparameters
.
.TP
\-\-short
List only parameters without detail
.
.SH "EXAMPLE"
.
.nf
$ puppet describe \-\-list
$ puppet describe file \-\-providers
$ puppet describe user \-s \-m
.
.fi
.
.SH "AUTHOR"
David Lutterkort
.
.SH "COPYRIGHT"
Copyright (c) 2011 Puppet Inc\., LLC Licensed under the Apache 2\.0 License
|