Deploy Configuration File
  • 17 Feb 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Deploy 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.

Deploy Configuration File

Deploys an instance of a configuration file to disk after applying an optional template.

Script usage:

Deploy-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?