mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
docs: fix syntax error in login command example for fetching secrets
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user