Revert Unsupported Commands back to Deprecated for 0.4.0 release#74
Conversation
…ed`" This reverts commit e4e6e2a. Closes ember-cli-deploy#72
|
@danshultz Don't thank me yet. We need the original commands to actually work, which they don't currently with that DeprecatedCommand object. You'll see that it's overwriting the run command. |
|
Ha, thanks, I'll wire that up now.... womp womp womp on my :) |
|
I added a couple of achambers/ember-cli-deploy specific commands there I am currently adding a post install warning to users installing v 0.4.0+
|
|
@achambers I'm using your readme still here --> https://www.npmjs.com/package/ember-cli-deploy although if you have your old repo, maybe put it up as ember-cli-deploy-old or something so I can have that as reference. At the moment, I'm cross checking your readme to update the commands from the original ember-cli-deploy (deploy activate and deploy:versions). I'll have a PR momentarily with some added comments for you to review |
|
@danshultz https://github.com/achambers/ember-cli-deploy-original I'm about to take lunch shortly so can chat about things on slack if you
|
support `ember deploy:versions` and `ember activate` for release 0.4.0 to support users on the original ember-cli-deploy npm package.
There was a problem hiding this comment.
@achambers - I used the new location of config files, I am leaving the notification to users of the original ember-cli-deploy package to a later PR.
|
I should be around we can chat in slack - couple of questions this PR opens up...
I figure we might handle that in the upgrade notes? If we are however breaking those users, should we leave the |
|
Yo @danshultz . Where does this PR currently sit? Is this good to go for |
|
This PR is working in its entirety. This PR re-enables 'deploy: index', 'deploy: assets' and adds support for 'deploy: versions' and 'activate' which provides command compatibility with previous versions of ember deploy and ember cli deploy. @lukemelia mentioned removing the deprecation of the deploy: index and deploy: asset command but thinking it through, we did want to remove these commands in favor of using 'deploy' which does the build and deploying all assets and the index. I'm out at the moment but if others can chime in on their opinions I can make any changes to this PR today. Otherwise I think this is ok to merge unless anyone thinks we should do something different. |
|
My primary concern here is that I don't think |
|
Ah, I see the confusion. deploy: activate is not deprecated but the bare 'ember activate' is. This was a command from 0.6.0 |
|
Ah, got it. In that case, +1 to merge. |
…deprecated Revert Unsupported Commands back to Deprecated for 0.4.0 release
This reverts the commit that moved the original ember-cli-deploy commands to unsupported for users coming to this project from the original ember-cli-deploy package. It also lists a few original
ember-deploycommands as deprecated also.@achambers thanks for deprecating and then un-supporting in 2 commits. Made this an easy item to knock out this morning.
This closes issue #72