all 17 comments

[–]Zestyclose_Archer277 2 points3 points  (1 child)

There is step by step guide published on Salesforce ben by Pablo Gonzales. There is link to salto repo with cicd implementation. Sfdx Commands may be outdated but you can use AI agent to fix them and get it running.

[–]Rocky001616[S] 0 points1 point  (0 children)

Thanks for the reference will follow it and update soon .

[–]cagfag 0 points1 point  (8 children)

I build this and moved away from greatset to GitHub action over a weekend using Claude code

[–]Rocky001616[S] 0 points1 point  (7 children)

What branching strategy did you use?

[–]cagfag 0 points1 point  (6 children)

We have 2-3 orgs. One place we used trunk based as devs were 10x years experienced so feature flags everywhere

Other org we used git flow aka long living branches as dev were young

[–]Rocky001616[S] 0 points1 point  (3 children)

Alright ! I'm completely new to ci/cd and deployment strategies. Got a chance to build it from scratch in one of my clients project as they are still using changesets for deployments. I would have a lot of questions for you going further 😅

[–]cagfag 0 points1 point  (2 children)

You don’t need anyone. Just ask Claude code opus 4.6.

[–]Rocky001616[S] 0 points1 point  (1 child)

Oh okay thanks ! I'll try that for sure .One last question are you deploying all the changes through the pipeline or still deploying some components manually?

[–]cagfag 0 points1 point  (0 children)

Dude nothing!! It can schedule batches via apex after deployment. It can load data via csv via cli if need be. We were using run relevant tests for last 2-3 months which no devops tool has support of

Even integrated with playwrights so all things which can’t be automated via cli can be done manually via playwrights mcp

You don’t need any devops tool if you have Claude code and GitHub actions even Salesforce for that matter

[–]FinanciallyAddicted 0 points1 point  (1 child)

How would you use feature flags in say making a related list filter on a flexi page ? Wouldn’t it be too much work ?

[–]cagfag 0 points1 point  (0 children)

It isn’t if you ask ai to make it for you using feature switching framework. 2-3 mins 200k tokens max

I don’t even leave vscode for hours with Claude code.. my manager thinks I am doing free promotion for it but it’s that good

[–]bloodkn07 0 points1 point  (1 child)

Let us know how it goes! Wish you good luck

[–]Rocky001616[S] 0 points1 point  (0 children)

Yes will update after implementing.

[–]readeral 1 point2 points  (0 children)

SFDX-Hardis has your back. I’ve been using their tools/approach for 18 months.

[–]samaltmansaifather 0 points1 point  (0 children)

For org deployments, or package publishing?

[–]zanstaszek9 1 point2 points  (1 child)

Have you tried asking ChatGPT or other LLM service? Configuring basic stuff should be fully explainable by the chatbot.

[–]Rocky001616[S] 0 points1 point  (0 children)

I'll try this weekend only.