Skip to content

Support Monorepos #44

@sanchawebo

Description

@sanchawebo

This is not an issue but more a suggestion/feature request:

Problem:
I have a monorepo with the following structure (shortened for clarity):

ROOT/
├── vendor/
│   └── codeigniter4/
│       └── framework/
├── APP_1/
│   └── app/
│       ├── Commands/
│       ├── Config/
│       ├── Controllers/
│       ├── Database/
│       ├── Libraries/
│       ├── Models/
│       └── Views/
├── APP_2/
│   └── app/
│       ├── Config/
│       ├── Controllers/
│       ├── Models/
│       └── Views/
└── APP_3/
    └── app/
        ├── Config/
        ├── Controllers/
        ├── Models/
        └── Views/

So obviously this fails when running patches.
My question is would it be possible to add eg CLI params or a config which defines paths to tatter/patches to update ci4-applications in sub-directories?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions