feat(depends): Warn user that the service is not created

This commit is contained in:
2026-03-16 22:20:24 +01:00
parent 985418ae51
commit e879c3f10f
13 changed files with 362 additions and 151 deletions

View File

@@ -8,7 +8,7 @@ import "katenary.io/internal/parser"
Package parser is a wrapper around compose\-go to parse compose files.
## func [Parse](<https://repo.katenary.io/Katenary/katenary/blob/master/internal/parser/main.go#L29>)
## func [Parse](<https://repo.katenary.io/Katenary/katenary/blob/feature/better-depends-on/internal/parser/main.go#L30>)
```go
func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*types.Project, error)