mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #709 from raykeating/add-path-flag-to-infisical-run-docs
add --path flag to docs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user