New command: export the specific Flow
See original GitHub issueExport the specific Flow
- command:
azmgmt flow export -i|--id <id> -e|--environment <environment> -f|--format <format> - id: The ID of the Microsoft Flow to export
- environment: The name of the environment where the Flow is located
- format: The format to export the Flow to. Allowed values JSON|ZIP
- requires #378
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
New command: export the specific Flow · Issue #383 - GitHub
sourceEnvironment - The name of the source environment from which the exported package was taken. I'll add the above as optional arguments that ......
Read more >Cisco IOS NetFlow Command Reference - Cisco
To configure a backup destination for the reliable export of NetFlow accounting information in NetFlow cache entries, use the backup command in NetFlow...
Read more >Testing out the new Power Automate/Flow commands in PnP ...
This command allows you to export a specific flow to the console, JSON or as a zip package. This command is handy for...
Read more >Export all flows in environment - CLI for Microsoft 365
This script will get all flows in your default environment and export them as both a ZIP file for importing back into Power...
Read more >Configuring Export: Flow-Cal Data CFX Commands
If installed, use the Export: Flow-Cal Data CFX command to export raw batch and/or periodic data records for a defined time range from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It would be interesting to track the format that people use to export the Flow to. Other than that, we have no use for environment or flow ID.
When specifying the output format of ZIP, there are some additional values that are embedded in the exported package:
I’ll add the above as optional arguments that are relevant when the output format is ZIP. The API calls generate a ZIP package successfully without them.
However, if the output format is specified as JSON, and any of these arguments are specified, the command will fail validation.