Last active
October 24, 2017 14:38
-
-
Save xgeek-net/a9dc09b42465aa0c18fa3fa1d8d78bf1 to your computer and use it in GitHub Desktop.
Deploy with Salesforce DX
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
$ mkdir mdapi_output | |
$ sfdx force:source:convert -d mdapi_output/ --packagename package_name | |
$ sfdx force:mdapi:deploy -d mdapi_output/ -u "[email protected]" | |
3976 bytes written to /var/folders/hc/y4848ym172119ztcc4cyhx5r0000gn/T/mdapi_output.zip using 78.966ms | |
Deploying /var/folders/hc/y4848ym172119ztcc4cyhx5r0000gn/T/mdapi_output.zip... | |
=== Status | |
Status: InProgress | |
jobid: 0Af7F00000Osj2vSAB | |
Component errors: 0 | |
Components deployed: 3 | |
Components total: 3 | |
Tests errors: 0 | |
Tests completed: 0 | |
Tests total: 0 | |
Check only: false | |
The deploy request did not complete within the specified wait time [0 minutes]. | |
To check the status of your deployment, run "sfdx force:mdapi:deploy:report --jobid 0Af7F00000Osj2vSAB --targetusername [email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment