From ff2c9e98c07ed073a6b1e1ba834957e07a767cc8 Mon Sep 17 00:00:00 2001 From: Ray Keating Date: Tue, 4 Jul 2023 19:48:36 -0400 Subject: [PATCH] add --path flag to docs --- docs/cli/commands/run.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + ``` + + +