diff --git a/docs/cli/commands/run.mdx b/docs/cli/commands/run.mdx index b9995f82d..62d0c5104 100644 --- a/docs/cli/commands/run.mdx +++ b/docs/cli/commands/run.mdx @@ -113,4 +113,14 @@ Inject secrets from Infisical into your application process. By default, all secrets are fetched + + The `--path` flag indicates which project folder secrets will be injected from. + + ```bash + # Example + infisical run --path="/nextjs" -- npm run dev + ``` + + +