Skip to content

Commit 507b0bd

Browse files
committed
Add yaml output
1 parent 2bff7bb commit 507b0bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/cli/commands/export.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ infisical export --format=csv > secrets.csv
3030

3131
# Export variables to a JSON file
3232
infisical export --format=json > secrets.json
33+
34+
# Export variables to a YAML file
35+
infisical export --format=yaml > secrets.yaml
3336
```

0 commit comments

Comments
 (0)