You need to sign in to do that
Don't have an account?
fred flores 20
sfdx force:source:push
Key words: sfdx force (Trailhead DX)
When I use the following command "sfdx force:source:push"
the returned value is
the reference lesson is:
https://trailhead.salesforce.com/en/modules/sfdx_app_dev/units/sfdx_app_dev_build_app. Need help to resolve the file definition for AccountLocator.design and AccountLocator.cmp. Can't move onto the next lesson since I am using the geolocation code as the parent (project).
Thanks Fred Flores
When I use the following command "sfdx force:source:push"
the returned value is
the reference lesson is:
https://trailhead.salesforce.com/en/modules/sfdx_app_dev/units/sfdx_app_dev_build_app. Need help to resolve the file definition for AccountLocator.design and AccountLocator.cmp. Can't move onto the next lesson since I am using the geolocation code as the parent (project).
Thanks Fred Flores
1 . sfdx force:apex:class:create -n AccountController -d force-app/main/default/classes
2 . sfdx force:lightning:component:create -n AccountLocator -d force-app/main/default/aura
The code is available in the trailhead
https://trailhead.salesforce.com/en/modules/sfdx_app_dev/units/sfdx_app_dev_build_app
3 . sfdx force:source:push
The local command when run "sfdx force:source:push" fails based on lack of defaultusername.
I know I am mixing problems but here are the stuck points:
1. Can't seem to add a password to scratch org.
2. Can't seem to set the defaultusername.
What did I miss? if you know if articles or specific fixes I am very interested. The recently published DX guide is vague on the two points I found.
Thanks Fred
Raj V I will see if I can get a scratch org to come to life. If so, I will repeat the instructions as requested and feedback.
Thanks
Fred Flores
Raj V new question, I need a scratch org to finish the lesson but when I try to generate a new scratch org the system does not respond. The link I have to generate the scratch org is: https://developer.salesforce.com/promotions/orgs/dx-signup . I have tried this twice. What I see "Almost there". Still in same state for more then 20 minutes?
A person named brahmaji tammana provided the solution. I did not realize you need to set up a developer hub to make the DX process work. Once I set up the developer hub the process worked. I will indicate this question as resolved now that I have a repeatable solution. This new solution ties directly back to the sfdx_dx_developer_guide_winter_18. Based on the step by step indicated in this guide. Appreciate your support.