- 06 Nov 2024
- 1 Minute to read
- Print
- DarkLight
Move configurations between ZOrgs
- Updated on 06 Nov 2024
- 1 Minute to read
- Print
- DarkLight
Use Zilliant CLI to move configuration artifacts from one Zilliant org to another and ensure consistency between your environments. This functionality can help you easily create an initial configuration in a new ZOrg or move an updated configuration between ZOrgs.
Prerequisites
You must be running Version 1.0.0 or later of Zilliant CLI.
Procedure
To move configuration artifacts between ZOrgs, follow these steps:
From a command prompt, run the zdx project:create command to create a project on your computer.
Sign in to your source and target ZOrgs.
Run the zdx project:manifest:create command to create a manifest listing configuration artifacts to retrieve from the source ZOrg.
TipTo create a manifest manually, read Create the artifact retrieval manifest.
Run the zdx project:retrieve:start command to retrieve the configuration artifacts from the source ZOrg into the project on your computer.
Run the zdx project:deploy:script:generate command to create a script listing the configuration artifacts to deploy into the target ZOrg.
TipIf you want to create a script manually, read Create the artifact deployment script.
Run the zdx project:deploy:start command to deploy the configuration artifacts from the project on your computer into the target ZOrg.