Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created June 7, 2012 16:34
Show Gist options
  • Save jamtur01/2889913 to your computer and use it in GitHub Desktop.
Save jamtur01/2889913 to your computer and use it in GitHub Desktop.
stolen:~ root# puppet help
Usage: puppet <subcommand> [options] <action> [options]
Available subcommands, from Puppet Faces:
ca Local Puppet Certificate Authority management.
catalog Compile, save, view, and convert catalogs.
certificate Provide access to the CA for certificate management.
certificate_request Manage certificate requests.
certificate_revocation_list Manage the list of revoked certificates.
config Interact with Puppet's configuration options.
facts Retrieve and store facts.
file Retrieve and store files in a filebucket
help Display Puppet help.
instrumentation_data Manage instrumentation listener accumulated data.
instrumentation_listener Manage instrumentation listeners.
instrumentation_probe Manage instrumentation probes.
key Create, save, and remove certificate keys.
man Display Puppet manual pages.
module Creates, installs and searches for modules on the Puppet Forge.
node View and manage node definitions.
node_aws View and manage Amazon AWS EC2 nodes.
node_rackspace View and manage Rackspace Cloud Servers
parser Interact directly with the parser.
plugin Interact with the Puppet plugin system.
report Create, display, and submit reports.
resource API only: interact directly with resources via the RAL.
resource_type View classes, defined resource types, and nodes from all manifests.
secret_agent Mimics puppet agent.
status View puppet server status.
Available applications, soon to be ported to Faces:
agent The puppet agent daemon
apply Apply Puppet manifests locally
cert Manage certificates and requests
describe Display help about resource types
device Manage remote network devices
doc Generate Puppet documentation and references
filebucket Store and retrieve files in a filebucket
inspect Send an inspection report
kick Remotely control puppet agent
master The puppet master daemon
queue Queuing daemon for asynchronous storeconfigs
See 'puppet help <subcommand> <action>' for help on a specific subcommand action.
See 'puppet help <subcommand>' for help on a specific subcommand.
Puppet v2.7.14
Note presence of node_aws
stolen:~ root# puppet node_aws
Error: Unknown Puppet subcommand 'node_aws'
See 'puppet help' for help on available puppet subcommands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment