summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/help/global.erb
blob: c5a9ec9e09e90ea8199825b867ec38c157a000f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Usage: puppet <subcommand> [options] <action> [options]

Available subcommands, from Puppet Faces:
<% Puppet::Face.faces.sort.each do |name|
     face = Puppet::Face[name, :current] -%>
  <%= face.name.to_s.ljust(16) %>  <%= face.summary %>
<% end -%>

<% unless legacy_applications.empty? then # great victory when this is true! -%>
Available applications, soon to be ported to Faces:
<%   legacy_applications.each do |appname|
       summary = horribly_extract_summary_from appname -%>
  <%= appname.to_s.ljust(16) %>  <%= summary %>
<%   end
   end -%>

See 'puppet help <subcommand> <action>' for help on a specific subcommand action.
See 'puppet help <subcommand>' for help on a specific subcommand.
Puppet v<%= Puppet::PUPPETVERSION %>