Allow for importing profiles
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
Have you tried importing profiles as it looks supported in our docs:
https://www.devspace.sh/docs/configuration/imports/#import-sections
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.