diff --git a/docs/cli/commands/secrets.mdx b/docs/cli/commands/secrets.mdx index 3b1ccd3fb..67f09c542 100644 --- a/docs/cli/commands/secrets.mdx +++ b/docs/cli/commands/secrets.mdx @@ -90,6 +90,14 @@ $ infisical secrets set STRIPE_API_KEY=sjdgwkeudyjwe DOMAIN=example.com HASH=jeb Default value: `dev` + + Used to select the project folder in which the secrets will be set. Useful when creating new secrets under a particular path. + + ```bash + # Example + infisical secrets set DOMAIN=example.com --path /backend + ``` +