Results

File list

Updated:2022-11-03
Environment file

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.

Gem file

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.

Component configuration file

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:

  • Checked in with the component.
  • Generated by user defined scripts. These scripts must be included in the section AFTER_CHECKOUT of the file. This section is only executed during the command maia checkout.

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.

Repository file

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.