-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announcing the Source Plugin beta! #1057
Comments
Hi @shetzel any chance you could go into any detail on scenarios where this plugin leads to faster deploys? I have installed it to try out and see if there is any performance deviation but so far with all of the deploys I have tested the times are within standard deviation of the logs I have available on times. For reference the deploy process I am using is just to create a new org and then use Just wondering if there are any changes that we can make to our process to get faster deploys with this plugin. |
@NTaylor1993 - Thanks for trying the new plugin! In short, the answer to your question is "all scenarios", with the caveat that we're talking about client side performance (CLI and plugins), not server. So if your total deploy time without the new plugin was 45 mins, with 5 mins on the client and 40 mins on the server, and the new plugin is 42 mins, with 2 mins on the client and 40 mins on the server it will not seem like much. It will probably be much more noticeable with smaller deploys/retrieves where the server time doesn't account for such a large percentage. |
@shetzel thanks for getting back to me, as I mention did not see any changes outside of expected standard deviation for the instances deploying on but that is normally quite a large deviation so explains that. It is definitely a very large source so long server side deploy times. |
running |
Want faster and more reliable deploys and retrieves? Try using the new Source Plugin beta. Just install the plugin in your Salesforce CLI and run the same commands as you normally would.
Steps:
sfdx update
to update the CLI and plugins (if you installed via npm, you should also runnpm install -g sfdx-cli
)sfdx plugins:install @salesforce/plugin-source
sfdx which force:source:deploy
- ensure it reports that the command is coming from the plugin:@salesforce/plugin-source
sfdx plugins:uninstall @salesforce/plugin-source
when you’re done testing to go back to the normal versionList of Commands:
Fixed Bugs:
force:source:deploy -m Report
deploys all files withreport
in the name or filepath #184) @shliachtxKnown Issues:
Reporting Bugs:
Open any other bugs you find using github issues: https://github.com/forcedotcom/cli/issues. We are not accepting support cases through normal Salesforce support channels during the beta.
Source Code:
Plugin code is at https://github.com/salesforcecli/plugin-source if you want to see how things are working or contribute a fix.
SDR code is at https://github.com/forcedotcom/source-deploy-retrieve if you’re curious about the internals.
The text was updated successfully, but these errors were encountered: