Created
October 24, 2017 14:42
-
-
Save xgeek-net/87269e130c29f204ccae6d1d331b77d3 to your computer and use it in GitHub Desktop.
Retrieve deploy result
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:mdapi:deploy:report --jobid 0Af7F00000Osj2vSAB --targetusername [email protected] | |
Deployment finished in 1000ms | |
=== Result | |
Status: Succeeded | |
jobid: 0Af7F00000Osj2vSAB | |
Completed: 2017-10-24T14:37:42.000Z | |
Component errors: 0 | |
Components deployed: 3 | |
Components total: 3 | |
Tests errors: 0 | |
Tests completed: 0 | |
Tests total: 0 | |
Check only: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment