File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,15 @@ The following arguments will be provided:
21
21
- ` require ` A proxy wrapper around the normal Node.js ` require ` to enable
22
22
- ` se ` A library for resusbale functions
23
23
- ` createMetaJson ` Create meta.json files for all deployable component
24
+ - returns a list of files created
24
25
- ` startCheck ` Helper method to create a check without annotations
25
26
- ` completeCheck ` Helper method to finish a check without annotations
27
+ - ` listPoms ` List all pom entities - returns an array of elements containing
28
+ - ` pom ` the pom file from repo root
29
+ - ` path ` path to folder for pom
30
+ - ` pomRaw ` path as matched with codeowners starts with /
31
+ - ` name ` the component name - if any
32
+ - ` fullPath ` path to pom from workdir if checked out in a subfolder
26
33
27
34
requiring relative paths (relative to the current working directory) and
28
35
requiring npm packages installed in the current working directory. If for
You can’t perform that action at this time.
0 commit comments