Sha256: 5fbf32fc1df42d2ba23859138010f102323355b0e2c530a7e9a691c96cebe363

Contents?: true

Size: 837 Bytes

Versions: 4

Compression:

Stored size: 837 Bytes

Contents

#!/usr/bin/env ruby

#
# = Synopsis
#
# Print help about puppet types on the console. Run with '-h' to get detailed
# help.
# = Usage
#
#   puppet describe [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta]
#
# = Description
#
# Prints details of Puppet types, providers and metaparameters on the console.
#
# = Options
#
# help::
#   Print this help text
#
# providers::
#   Describe providers in detail for each type
#
# list::
#   List all types
#
# meta::
#   List all metaparameters
#
# short::
#   List only parameters without detail 
#
# = Example
#
#   puppet describe --list
#   puppet describe file --providers
#   puppet describe user -s -m
#
# = Author
#
# David Lutterkort
#
# = Copyright
#
# Copyright (c) 2005 Reductive Labs, LLC
# Licensed under the GNU Public License

#Puppet::Application[:describe].run

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-2.6.3 lib/puppet/util/command_line/pi
puppet-2.6.2 lib/puppet/util/command_line/pi
puppet-2.6.1 lib/puppet/util/command_line/pi
puppet-2.6.0 lib/puppet/util/command_line/pi