-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Specify multiple paths in the CLI #900
Copy link
Copy link
Open
Infisical/cli
#164Labels
Go LangThe programming language GoThe programming language Gogood first issueGood for newcomersGood for newcomershelp wantedOpen for contributions from the communityOpen for contributions from the communitylinearThis tag is used to sync issues with Infisical's internal project management system.This tag is used to sync issues with Infisical's internal project management system.🚀 feature requestNew feature or requestNew feature or request🪓 cli
Metadata
Metadata
Assignees
Labels
Go LangThe programming language GoThe programming language Gogood first issueGood for newcomersGood for newcomershelp wantedOpen for contributions from the communityOpen for contributions from the communitylinearThis tag is used to sync issues with Infisical's internal project management system.This tag is used to sync issues with Infisical's internal project management system.🚀 feature requestNew feature or requestNew feature or request🪓 cli
Is it possible to load several secret with
infisical run? For instance for all my apps, I want to load secrets from/globalfolder, and specific to the app (app-Afolder).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-Asecret with everything fromglobal. 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?
Slack Message