1PUPPET-HELP(8) Puppet manual PUPPET-HELP(8)
2
3
4
6 puppet-help - Display Puppet help.
7
9 puppet help action
10
12 Note that any setting that´s valid in the configuration file is also a
13 valid long argument, although it may or may not be relevant to the
14 present action. For example, server and run_mode are valid settings, so
15 you can specify --server <servername>, or --run_mode <runmode> as an
16 argument.
17
18 See the configuration file documentation at https://pup‐
19 pet.com/docs/puppet/latest/configuration.html for the full list of
20 acceptable parameters. A commented list of all configuration options
21 can also be generated by running puppet with --genconfig.
22
23 --render-as FORMAT
24 The format in which to render output. The most common formats
25 are json, s (string), yaml, and console, but other options such
26 as dot are sometimes available.
27
28 --verbose
29 Whether to log verbosely.
30
31 --debug
32 Whether to log debug information.
33
35 help - Display help about Puppet subcommands and their actions.
36 SYNOPSIS
37
38 puppet help [--version VERSION] [subcommand] [action]
39
40 DESCRIPTION
41
42 Display help about Puppet subcommands and their actions.
43
44 OPTIONS --version VERSION - The version of the subcommand for
45 which to show help.
46
47 RETURNS
48
49 Short help text for the specified subcommand or action.
50
52 help
53
54 Get help for an action:
55
56 $ puppet help
57
59 Copyright 2011 by Puppet Inc. Apache 2 license; see COPYING
60
61
62
63Puppet, Inc. April 2020 PUPPET-HELP(8)