fpm icon indicating copy to clipboard operation
fpm copied to clipboard

Allow FPM to be loaded from a environment variable.

Open cwood opened this issue 5 years ago • 1 comments

I have a use case where I want to do a monorepo and have separate subdirectories.

An example: a/.fpm b/.fpm .fpm

I want to be able to have a global .fpm for my monorepo and have each service specify there own .fpms to be added.

I expect the run to look like FPMRC=a fpm ...

Hopefully, this will resolve that. Let me know what else needs to be done.

cwood avatar Jul 23 '19 18:07 cwood

Nice idea! However, what's the addition here, besides looping through the directories? Maybe you can provide a somewhat full(er) example FPMRC-file?

bartclone avatar Dec 01 '20 00:12 bartclone