CinchyDXD
Last updated
Last updated
CinchyDXD is a utility that helps developers manage changes to their solutions built on Cinchy in a controlled and scalable way by enabling source-driven development and team collaboration with governance.
With DXD, you can:
Manage Cinchy objects related to a particular solution/data product (also known as a Data Experience) as code. This code can be exported from an existing Cinchy environment used for development.
Leverage existing software development best practices around change management using source-control
Deploy the Data Experience into other Cinchy environments.
CinchyDXD 2.0 is still in development. Documentation might not reflect the actual behavior or process of the utility.
CinchyDXD 2.0 creates packages for further development in a version controlled environment (such as Git) where multiple developers can work on the same data experience.
CinchyDXD 1.5.0 and later requires Cinchy v4.21.0+ with the Connections UI installed.
For a full list of requirements, see the page for more information.
To download the Utility:
Login to Cinchy.
Navigate to the Releases Table.
Select the Experience Deployment Utility View.
Locate and download the utility (Cinchy DXD vX.X.X.zip).
Unzip the utility and place the folder at any location on a computer that also has CinchyCLI installed.
Create a new folder in the same directory that will hold all DX exports generated (CinchyDXD*Output).
Unzip CinchyDXD and place the folder at any location.
From a PowerShell Administrator console, navigate to the CinchyDXD directory.
For first time users, execute this command:
Get-ChildItem -Recurse * | Unblock-File
For a list of actions and parameters execute one of the following at the PowerShell command prompt:
.\CinchyDXD version
.\CinchyDXD help
.\CinchyDXD export
.\CinchyDXD install
.\CinchyDXD keygen
Run .\CinchyDXD.ps1 keygen -o "<TargetDirectory>"
, where TargetDirectory
is your desired output path.
Find the dxd.key
file created.
See the for more details.
Review the