.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "PUPPET\-MAN" "8" "March 2021" "Puppet, Inc." "Puppet manual" .SH "NAME" \fBpuppet\-man\fR \- Display Puppet manual pages\. .SH "SYNOPSIS" puppet man \fIaction\fR .SH "DESCRIPTION" Please use the command 'puppet help \fIsubcommand\fR' or the system manpage system 'man puppet\-\fIsubcommand\fR' to display information about Puppet subcommands\. The deprecated man subcommand displays manual pages for all Puppet subcommands\. If the \fBronn\fR gem (\fIhttps://github\.com/rtomayko/ronn/\fR) is installed on your system, puppet man will display fully\-formatted man pages\. If \fBronn\fR is not available, puppet man will display the raw (but human\-readable) source text in a pager\. .SH "OPTIONS" Note that any setting that's valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid settings, so you can specify \fB\-\-server \fR, or \fB\-\-run_mode \fR as an argument\. .P See the configuration file documentation at \fIhttps://puppet\.com/docs/puppet/latest/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. .TP \-\-render\-as FORMAT The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. .TP \-\-verbose Whether to log verbosely\. .TP \-\-debug Whether to log debug information\. .SH "ACTIONS" .TP \fBman\fR \- Display the manual page for a Puppet subcommand\. \fBSYNOPSIS\fR .IP puppet man \fIsubcommand\fR .IP \fBDESCRIPTION\fR .IP Display the manual page for a Puppet subcommand\. .IP \fBRETURNS\fR .IP The man data, in Markdown format, suitable for consumption by Ronn\. .IP RENDERING ISSUES: To skip fancy formatting and output the raw Markdown text (e\.g\. for use in a pipeline), call this action with '\-\-render\-as s'\. .SH "EXAMPLES" \fBman\fR .P View the installed manual page for the subcommand 'config': .P $ man puppet\-config .P (Deprecated) View the manual page for the subcommand 'config': .P $ puppet man config .SH "NOTES" The pager used for display will be the first found of \fB$MANPAGER\fR, \fB$PAGER\fR, \fBless\fR, \fBmost\fR, or \fBmore\fR\. .SH "COPYRIGHT AND LICENSE" Copyright 2011 by Puppet Inc\. Apache 2 license; see COPYING