Issue #10940 has been updated by Kelsey Hightower. Status changed from In Topic Branch Pending Review to Merged - Pending Release
## Merged ## This has been merged here [eae2c9df6f956f36ee3419997c12710e20b440ff](https://github.com/puppetlabs/puppet/commit/eae2c9df6f956f36ee3419997c12710e20b440ff) ---------------------------------------- Feature #10940: puppet apply --apply <catalog> should be deprecated in favor of puppet apply --catalog <catalog> https://projects.puppetlabs.com/issues/10940 Author: Kelsey Hightower Status: Merged - Pending Release Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.7.x Affected Puppet version: Keywords: empathy Branch: https://github.com/puppetlabs/puppet/pull/231 The current `puppet apply --apply` interface is a bit confusing; we are using the verb apply as the flag name to reference a catalog, which is a noun. I propose we deprecate the `--apply` flag in favor of `--catalog` by creating an alias mapping `--catalog` to `--apply`. -- 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.
