docs: fix syntax error in login command example for fetching secrets

This commit is contained in:
Your Name
2025-10-21 16:45:57 -03:00
parent c68da12018
commit 98b2c556b8

View File

@@ -558,7 +558,7 @@ In this example we'll be using the `universal-auth` method to login to obtain an
<Step title="Fetch all secrets from an environment">
```bash
infisical secrets --projectId=<your-project-id --env=dev --recursive
infisical secrets --projectId=<your-project-id> --env=dev --recursive
```
This command will fetch all secrets from the `dev` environment in your project, including all secrets in subfolders.