Open
Description
Is it possible to load several secret with infisical run
? For instance for all my apps, I want to load secrets from /global
folder, and specific to the app (app-A
folder).
Right now I think I'd have to export both secret in a .env and load them from there.
Another solution could be to use secret expension etc to create my app-A
secret with everything from global
. But in my use case I don't always want all secrets (it could depends on the environment for example) and I want to keep consistency with commands and secrets accross environment.
I'd love to be able to use --paths with multiple folders.
Maybe my usecase is too specific though?