Merge pull request #709 from raykeating/add-path-flag-to-infisical-run-docs

add --path flag to docs
This commit is contained in:
Maidul Islam
2023-07-04 20:25:56 -04:00
committed by GitHub

View File

@@ -113,4 +113,14 @@ Inject secrets from Infisical into your application process.
By default, all secrets are fetched
</Accordion>
<Accordion title="--path">
The `--path` flag indicates which project folder secrets will be injected from.
```bash
# Example
infisical run --path="/nextjs" -- npm run dev
```
</Accordion>
</Accordion>