Issue #12608 has been reported by Taylor Judd. ---------------------------------------- Bug #12608: No help for puppet cert command. https://projects.puppetlabs.com/issues/12608
Author: Taylor Judd Status: Unreviewed Priority: Low Assignee: Category: usability Target version: Affected Puppet version: 2.6.13 Keywords: Branch: ## Summary ## When issuing the puppet cert command no help is available. At the very least this command should return a list of further arguments. Ideally a longer description with examples should be given. ### Problem: ### `[root@puppet ~]# puppet --version 2.6.13` `[root@puppet ~]# puppet cert No help available for puppet cert` ### Expected Result ### Something similar to the information returned when running describe: `[root@puppet ~]# puppet describe 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 Puppet Labs, LLC Licensed under the GNU Public License ` -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
