Deprecated commands no longer needed.#56
Conversation
dd762de to
d10e3cf
Compare
Also added deprecated commands for those that could be used by users of the project formerly known as `ember-cli-deploy`
There was a problem hiding this comment.
nit: "deprecated" means still works but will be removed in the future. We should probably refer to this as "no longer supported"
d10e3cf to
1671773
Compare
|
How will this work with |
|
@lukemelia I modify the command descriptions to add [NO LONGER SUPPORTED] in red text. So it looks something like this: ember activate <options...> I'd need to look deeper into how ember-cli creates the commands but I imagine, to remove them from ember help would mean that they can't be executed. Which kind of defeats the purpose of adding the message in the first place. |
|
@achambers sounds good. doesn't look like ember-cli has a way to hide a command from help. |
Deprecated commands no longer needed.
Deprecated the following commands:
As well as commands from the former ember-cli-project:
Closes #50