improve export and run command docs

This commit is contained in:
Maidul Islam
2023-03-01 18:01:09 -05:00
parent 0d16f707c2
commit 205ec61549
2 changed files with 86 additions and 20 deletions

View File

@@ -79,4 +79,17 @@ Inject secrets from Infisical into your application process.
Default value: `true`
</Accordion>
<Accordion title="--tags">
When working with tags, you can use this flag to filter and retrieve only secrets that are associated with a specific tag(s).
```bash
# Example
infisical run --tags=tag1,tag2,tag3 -- npm run dev
```
Note: you must reference the tag by its slug name not its fully qualified name. Go to project settings to view all tag slugs.
By default, all secrets are fetched
</Accordion>
</Accordion>