Merge pull request #1304 from Infisical/add-project-config-flag-for-workspace

add project-config-dir flag for run command
This commit is contained in:
Maidul Islam
2024-01-11 17:21:03 -05:00
committed by GitHub
7 changed files with 88 additions and 20 deletions

View File

@@ -62,6 +62,16 @@ Inject secrets from Infisical into your application process.
</Accordion>
### Flags
<Accordion title="--project-config-dir">
Explicitly set the directory where the .infisical.json resides. This is useful for some monorepo setups.
```bash
# Example
infisical run --project-config-dir=/some-dir -- printenv
```
</Accordion>
<Accordion title="--command">
Pass secrets into multiple commands at once