Structure of Commissioning FilesΒΆ
A commissioning file is a YAML-formatted text file that describes your Cybus on-premise infrastructure.
The following example shows the commissioning file structure and its sections, with the most important section being the resources.
1---
2version: "version number"
3
4description: >
5 "string"
6
7metadata:
8 "commissioning file metadata"
9
10parameters:
11 "set of parameters"
12
13definitions:
14 "set of definitions for file internal use"
15
16resources:
17 "set of resources"