-
Notifications
You must be signed in to change notification settings - Fork 100
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
Feature request: replication sub command #576
Comments
@Touhami-viseo My Idea on ideaexchange may interest you: Offer a way to programmatically deploy a code version to production. I would appreciate an upvote, FWIW. In the meantime, I'm resorting to Playwright for .NET driven browser automation. |
Not talking down that a direct API would be great, but there are ways already to achieve that control on your DevOps tooling. And no, I am not referring to browser automation. You can setup code replication via job step, where a replication for the active code version would be executed. And a job is something you could trigger via the CLI. So the steps would be:
|
Perhaps I should have titled my idea Offer a way to programmatically deploy an inactive (or any) code version to production I did mention the solution you suggested and explained why it is undesirable.
|
I upvoted your suggestion. Do you know where is the best place to request features from Salesforce? |
sfcc-ci Version
2.12.0
NodeJS Version
16.20.2
sfcc-ci Path
N/A
Host OS Details
Ubuntu
22.04.5
LTS
What happened?
This is a feature request.
In order to improve our delivery pipeline we would like to trigger code replications from staging environment to development and production environments. However, currently there is no way to trigger a code or data replication using sfcc-ci.
Being able to trigger replication from our CI would streamline our delivery process, have better reporting (time to delivery, KPIs, etc.) be more efficient, and reduce deployment errors.
I image this new command:
Where :
<codeversion>
is the version to replcate.<target>
is eitherdevelopment
orproduction
.Thanks in advance.
Relevant log output
The text was updated successfully, but these errors were encountered: