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

Available subcommands, from Puppet Faces:
% Puppet::Faces.faces.sort.each do |name|
%   face = Puppet::Faces[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.
See 'puppet man  <subcommand>' for the full man page.
Puppet v<%= Puppet::PUPPETVERSION %>