You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feature request.
I'm glad to have the opportunity to consider new features.
There is several deployment tool for salesforce, for example SFDX, JSforce.
I'd like to understand the motivation to add deployment feature for rustforce and the current issue for their deployment tool.
My reasoning for implementing this feature would be to have an alternative development tool that would have the speed and safety of rust. I use SFDX as my main development tool and one of the main bottlenecks is the speed at which it operates. Seeing that the REST API alone reduces the time for certain requests, my theory that implementing a tooling API in rust using the REST API would dramatically increase the deployment process.
Another thing is that I am implementing an SFDX-like TUI in rust and it would be nice to have a crate that has this feature implemented since this crate already implements the client connection.
The way that I think that deploy could be done is to:
Once the deploy feature is complete it should be pretty trivial to retrieve.
References:
Deploying and Retrieving Metadata with the Zip File
Deploy to Org using SOAP API
Metadata for Apex Classes
The text was updated successfully, but these errors were encountered: