function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vladimir BessonovVladimir Bessonov 

How to use declarative programming with CICD?

Hi. I recently learned about CICD in Salesforce. It looks cool when you use a template for demonstration purposes 
Next question, how can I program objects, tabs, etc declarative way? 
Before I could set up tabs, app, path, other objects in a scratch org, and pull it. 
How I have to do when I am in CICD,100 % source code? 
To me, it is not yet clear. 

 
SwethaSwetha (Salesforce Developers) 
HI Vladimir,

sfdcfox's comment on the post should answer your query- https://salesforce.stackexchange.com/questions/212714/how-do-i-create-custom-objects-fields-using-salesforce-dx

Related: https://salesforce.stackexchange.com/questions/260148/sfdx-create-objects-with-custom-properties
https://medium.com/@jais.2149/sfdx-tool-and-ci-cd-pipeline-in-salesforce-1c4a0325ccab
Idea: https://trailblazer.salesforce.com/ideaView?id=0873A000000Tu0FQAS

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you