Fix generate command when both usePods option and --pod argument is used#7164
Fix generate command when both usePods option and --pod argument is used#7164rwjblue merged 1 commit intoember-cli:masterfrom
Conversation
|
I agree that this is confusing, but the intent here was that --pod flag negates the value of usePods. So if you had usePods as true you would use --pod to get non-pods. |
|
Hmm, so what does |
|
@Turbo87 - This patch has nothing to do with using both |
I think the point is that the existence of |
|
I totally agree with you there, but this change would be a breaking change for anyone leveraging the existing behavior. I'd be totally fine with adding a deprecation / warning for anyone that has both |
|
@emrekutlu can you prepare a PR that prints a warning to the console when |
|
@emrekutlu - Ping? |
|
@rwjblue sorry for the wait, I am going to update the pull request this week hopefully. Thanks for pinging. |
…nd --pod flag together
|
@rwjblue I updated the pull request. |
|
Thank you! |
Resolves #7163