Replies: 2 comments 1 reply
-
I thought about this when playing with TUIs last year, but instead of printing the URL it would allow a few shorcuts like Another option could be to make the deploy ID a clickable link using something like: but that only covers users actually running the command, it would a way to easily open them from logs. |
Beta Was this translation helpful? Give feedback.
-
Closing as complete. My PR has been accepted into the Plugin Deploy Retrieve repo to add this feature. |
Beta Was this translation helpful? Give feedback.
-
When a deployment/validation is started by the Salesforce CLI, the Deploy ID is logged.
To track the deployment status in Salesforce directly, you have to take that ID and then find it in the org manually.
It would be nice for the CLI to automatically print the URL back to the Salesforce Deploy Status for that specific deploy ID in the org.
I have a custom Python script that creates & prints the Classic URL path, but I thought this would be a nice feature for the CLI to handle so users have an easy re-direct back to Salesforce in case they want to monitor the deployment there or the CLI has a failure, requiring users to go to Salesforce to confirm if the deploy passed in the org.
The below screenshot shows how I accomplished this with my Python script:
Beta Was this translation helpful? Give feedback.
All reactions