Ensconce relies on a deployment configuration file to specify variable contents to be used in the deployment interactions.
By default, Ensconce will use the environment variable FixedPath
which should contain a path to the XML deployment configuration file.
It’s possible to override environment variable, or use a path rather than the environment variable.
This example is a file copy, with the additional parameter
ensconce --deployFrom=[sourcePath] --deployTo=[destinationPath] --copyTo --fixedPath=[deployConfigurationPath]