Issue #10940 has been updated by Kelsey Hightower. Status changed from Unreviewed to In Topic Branch Pending Review Assignee set to Kelsey Hightower Target version set to 2.7.x % Done changed from 0 to 100 Branch set to https://github.com/puppetlabs/puppet/pull/227
## Pending Review ## Pull request here: [Pull Request 227](https://github.com/puppetlabs/puppet/pull/227) ---------------------------------------- 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: In Topic Branch Pending Review Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.7.x Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/227 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.
