devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Allow for importing profiles

Open pratikmallya opened this issue 1 year ago • 1 comments

Is your feature request related to a problem?
When working with repos with dependencies on each other, both the terminals of a dependency often need to instantiate each other from within their own codebase. Currently, we do this via profiles. However, this means that the same/similar profile is redefined in multiple places.

e.g. suppose that: A->B C ->B dependency exists. i.e. repo A needs the components from repo B to work, and similarly for C.

This usually means that the profile to deploy B is defined in both A and C.

Ideally, B would provide a profile e.g. -p with-B and that could be used by A, C and any other repo that has B as a dependency.

Which solution do you suggest?

Which alternative solutions exist?

Additional context

pratikmallya avatar Dec 10 '24 06:12 pratikmallya

Have you tried importing profiles as it looks supported in our docs:

https://www.devspace.sh/docs/configuration/imports/#import-sections

deniseschannon avatar Dec 19 '24 20:12 deniseschannon

The Devspace project currently lacks enough contributors to adequately respond to all issues. After 90d of inactivity,  the issue is closed. You can re-open this issue if you still want help.

deniseschannon avatar Jun 27 '25 15:06 deniseschannon