Skip to content

component_path

Required: No
Type: List of maps
Condition: No

Lists directories that are either a) relative to the root of the project or b) absolute, in which the tool should look for component files. The root directory of the project is the location of the .slcp file.

Key Required Type Description
path Yes String Path to directory containing components. The directory is not searched recursively.
1
2
3
component_path:
  - path: "util"
  - path: "/opt/workspace/util"
Back to top