Defines the values of the variables used by MAIA agent.
The environment variable BLT_ENV defines the path to the environment file (*.yml), and is set in the command shell that executes the MAIA Agent commands.
Defines the gems used by MAIA Agent.
The environment variable BUNDLE_GEMFILE defines the path to the Gemfile, and is set in the command shell that executes the MAIA Agent commands.
Defines the behavior of a component when MAIA Agent performs commands on the component. The file must be present in the root directory of each checked out component. The file can be:
The name of the file (*.yml) is specified by the parameter COMPONENT_CONF_FILE in the environment file. The default name of the file is MAIA.yml.
Defines the names of the repositories that are monitored by a Git scanner.
The repository file contains plain text with each repository name on separate lines. The name of the file is user defined. The repository file is used when scanning multiple repositories.
If a single repository is scanned the name of the repository is specified from the command line.