Export Configuration File
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Export Configuration File

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Export Configuration File

Exports a configuration file instance or template to disk without recording a deployment or replacing variables.

Script usage:

Export-ConfigFile(
	ConfigFileName: <text>,
	Instance: <text>,
	[To: <text>],
	[OutputFileName: <text>]
);

This operation may be prefixed with ConfigFiles::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Configuration file name
text
ConfigFileName
This argument is required.
Instance
text
Instance
This argument is required.
To directory
text
To
To file name
text
OutputFileName

Was this article helpful?