We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b89f91 commit b2a6b0eCopy full SHA for b2a6b0e
libs/docs/src/docs/no-version/library.md
@@ -9,7 +9,10 @@ for teams to collaborate across shared projects.
9
10
## Procedure
11
12
-- Parse a devfile by running:
+- Parse a devfile with the code below.
13
+ Note that the `Path` field in the `parser.ParserArgs` struct can be a relative or absolute path to any file or directory on the filesystem.
14
+ If it is a directory containing several files, the parser will try to discover a devfile based on the following file name priority order:
15
+ `devfile.yaml` > `.devfile.yaml` > `devfile.yml` > `.devfile.yml`.
16
17
```go
18
// ParserArgs is the struct to pass into parser functions
0 commit comments