Skip to content

Commit

Permalink
Add yaml output
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Dec 20, 2022
1 parent 2bff7bb commit 507b0bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cli/commands/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ infisical export --format=csv > secrets.csv

# Export variables to a JSON file
infisical export --format=json > secrets.json

# Export variables to a YAML file
infisical export --format=yaml > secrets.yaml
```

0 comments on commit 507b0bd

Please sign in to comment.