Created
October 24, 2017 13:57
-
-
Save xgeek-net/8bf4310d8d43cadadcc398e355bdcc63 to your computer and use it in GitHub Desktop.
Push source and Run Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sfdx force:source:push | |
STATE FULL NAME TYPE PROJECT PATH | |
───── ─────────────────── ───────── ─────────────────────────────────────────────────────────────── | |
Add DemoController ApexClass force-app/main/default/classes/DemoController.cls-meta.xml | |
Add DemoController ApexClass force-app/main/default/classes/DemoController.cls | |
Add DemoPage ApexPage force-app/main/default/pages/DemoPage.page-meta.xml | |
Add DemoPage ApexPage force-app/main/default/pages/DemoPage.page | |
Add DemoControllerTests ApexClass force-app/test/default/classes/DemoControllerTests.cls-meta.xml | |
Add DemoControllerTests ApexClass force-app/test/default/classes/DemoControllerTests.cls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment