Importing and Exporting Deployment Packages
In FintechOS, users with elevated privileges (admin users) can export metadata from an environment and import it into another environment, using deployment packages.
Deployment packages are text-based so they can be version controlled to have their history inspectable with text-diff tools.
In FintechOS, you have three options for importing and exporting deployment packages, as follows:
- In FintechOS Studio, from the DevOps menu > Deployment Packages. For more information, see the FintechOS Studio, section Deployment Packages.
- Using the customization set methods of the API. For information on how to import and export packages using customization sets), see FintechOS API documentation.
- From the command line by using the FtosPkgDeployer tool.
The FtosPkgDeployer tool is available in the release subdirectory, \Tools\FtosPkgDeployer, It allows you to do the following from the command prompt:
- list the customization sets found in a FTOS server.
- import / export in / from server a customization set from / in a local file.
For information on how to use the FtosPkgDeployer tool , see the built-in help by running the command prompt as admin and executing FtosPkgDeployer.exe without arguments. The tool is using the POST CUSTOMIZATION SET method of the FintechOS API.