Issue #12335 has been updated by Nigel Kersten. Status changed from Rejected to Needs Decision Assignee set to Nigel Kersten Target version changed from 2.7.11 to 3.0.0
This is an inconsistency with our move to not allow faces to declare options with the same name as core puppet options. However it feels crazy to have `puppet module --version` only show the core Puppet version, and not include the version of the face itself. Assigning to myself for now. ---------------------------------------- Bug #12335: Face based commands don't support `--version` https://projects.puppetlabs.com/issues/12335#change-65995 Author: Daniel Pittman Status: Needs Decision Priority: Normal Assignee: Nigel Kersten Category: usability Target version: 3.0.0 Affected Puppet version: Keywords: Branch: Apparently, when building the wrappers that make Faces available as subcommands, we neglected to implement the `--version` option, so: <pre> ⚡ puppet --version 2.7.10 ⚡ puppet agent --version 2.7.10 ⚡ puppet node --version err: 'node' has no default action. See `puppet help node`. </pre> We should remedy that, since it is a quite strange UI divergence. -- 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.
