Skip to content
Open
2 changes: 1 addition & 1 deletion docs/docs/cmd/flow/flow-export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Export the specified Power Automate flow as a ZIP file
m365 flow export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d
```

Export the specified Power Automate flow as a JSON file
Export the ARM template of the specified Power Automate flow as a JSON file

```sh
m365 flow export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --format json
Expand Down
Loading