Creating change sets
After creating features and testing them in our sandbox, the next step is to move these features from the test environment to the live production environment. This can be done using change sets. Change sets allow you to move your metadata and configuration changes from the source environment to a target environment. In this section, we will introduce a business use case and learn how to create a change set.
Note: DevOps Center will eventually replace change sets. See the Further reading section at the end of this chapter for more information regarding DevOps Center.
Business use case
In the preceding use case, we created a sandbox called config. After you’ve made your configuration and automation changes for this sandbox and tested them, you will want to move those changes over to the live production environment. Let’s see how this works with change sets.
Creating change sets
Let’s take a look at how to create...