We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bff7bb commit 507b0bdCopy full SHA for 507b0bd
docs/cli/commands/export.mdx
@@ -30,4 +30,7 @@ infisical export --format=csv > secrets.csv
30
31
# Export variables to a JSON file
32
infisical export --format=json > secrets.json
33
+
34
+# Export variables to a YAML file
35
+infisical export --format=yaml > secrets.yaml
36
```
0 commit comments