summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/command_line
Commit message (Collapse)AuthorAgeFilesLines
* Maint: move puppet resource --helpJesse Wolfe2011-02-031-89/+0
|
* Maint: move puppet kick --helpJesse Wolfe2011-02-031-126/+0
|
* Maint: move puppet queue --helpJesse Wolfe2011-02-031-53/+0
|
* Maint: move puppet doc --helpJesse Wolfe2011-02-031-67/+0
|
* Maint: move puppet cert --helpJesse Wolfe2011-02-031-110/+0
|
* Maint: move puppet apply --helpJesse Wolfe2011-02-031-69/+0
|
* Maint: move puppet describe --helpJesse Wolfe2011-02-031-48/+0
|
* Maint: move puppet filebucket --helpJesse Wolfe2011-02-031-97/+0
|
* Maint: move puppet master --helpJesse Wolfe2011-02-031-74/+0
|
* Maint: move puppet agent --helpJesse Wolfe2011-02-031-188/+0
|
* Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.nextJesse Wolfe2011-02-011-2/+2
|\
| * Fixes #5916 - Cleanup of unused doc methods and documentationJames Turnbull2011-01-171-2/+2
| |
* | Merge remote branch 'jamtur01/tickets/2.6.x/5736' into 2.6.nextJacob Helwig2011-02-011-2/+2
|\ \ | | | | | | | | | | | | * jamtur01/tickets/2.6.x/5736: Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate description of --clean.
| * | Modified rubydoc in lib/puppet/util/command_line/puppetca to fix inaccurate ↵nfagerlund2011-01-171-2/+2
| |/ | | | | | | description of --clean.
* | Merge remote branch 'james/tickets/2.6.x/5742' into 2.6.nextJesse Wolfe2011-02-011-5/+6
|\ \
| * | Fixed #5742 - Removed legacy fqdn option from documentationJames Turnbull2011-01-171-5/+6
| |/ | | | | | | Patch from: Nick Fagerlund
* | Merge commit 'f279f2c24ad1c87940eca3592f4c6e2f5676c694' into 2.6.nextJacob Helwig2011-02-011-1/+2
|\ \ | | | | | | | | | | | | * commit 'f279f2c24ad1c87940eca3592f4c6e2f5676c694': Fixed #4968 - Updated list of options turned on by --test in documentation
| * | Fixed #4968 - Updated list of options turned on by --test in documentationJames Turnbull2011-02-011-1/+2
| |/ | | | | | | | | Reviewed-by: Jacob Helwig <jacob@puppetlabs.com> Reviewed-by: Jesse Wolfe <jesse@puppetlabs.com>
* / Fixed #3646 - Added documentation for compile and apply to man pageJames Turnbull2011-01-211-0/+9
|/
* Renamed Reductive to PuppetJames Turnbull2010-11-2910-11/+11
| | | | I swear I've done this before. *confused*
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-122-18/+18
|
* Removed eventual documentation line ... eventually cameJames Turnbull2010-07-301-2/+0
|
* Fixes errant Trac references in documentationJames Turnbull2010-07-156-6/+6
|
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-0910-0/+912
Since it is no longer possible to find the running executable from the call stack, docs have to be kept somewhere in the source tree. Of course, at this point, we shouldn't be using RDoc::Usage at all.