# README

Inputfile parsing

This package deals with configuration files ('coco.yaml' if not otherwise specified) that are identified within the basepath.

All possible inputs for configuration files can be obtained by running

coco inspect values

Sample output: (Note: the output might differ due to modifications in the codebase)

dependencies: list of dependencies ([]string)
name: name of component or environment (string) REQUIRED
type: type of the configuration file (string, options:[environment,component]) REQUIRED
values: list of .yaml files relative to the config file without file ending ([]string)

# Functions

No description provided by the author
Receives a file path and reads the byte content into a Coco struct File should be a yaml containing at least a valid type key.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Coco struct contains keys for both components and environments.

# Type aliases

Types of config files.