Deploy Configuration File
- 17 Feb 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Deploy Configuration File
- Updated on 17 Feb 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
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:
Name | Format | Script Usage | Usage 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 |
See also:
Was this article helpful?