.. _user/services/structure: *********************************** Structure of the commissioning file *********************************** 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 :ref:`user/services/structure/resources`. .. code-block:: yaml :linenos: --- version: "version number" description: > "string" metadata: "commissioning file metadata" parameters: "set of parameters" definitions: "set of definitions for file internal use" resources: "set of resources" .. toctree:: :maxdepth: 2 version description metadata parameters definitions resources