Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Last active October 24, 2017 14:38
Show Gist options
  • Save xgeek-net/a9dc09b42465aa0c18fa3fa1d8d78bf1 to your computer and use it in GitHub Desktop.
Save xgeek-net/a9dc09b42465aa0c18fa3fa1d8d78bf1 to your computer and use it in GitHub Desktop.
Deploy with Salesforce DX
$ mkdir mdapi_output
$ sfdx force:source:convert -d mdapi_output/ --packagename package_name
$ sfdx force:mdapi:deploy -d mdapi_output/ -u "x.lin.dx@xgeek.net"
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 x.lin.dx@xgeek.net"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment