question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: export the specific Flow

See original GitHub issue

Export 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:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
waldekmastykarzcommented, Sep 16, 2018

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.

1reaction
mpowneycommented, Sep 11, 2018

When specifying the output format of ZIP, there are some additional values that are embedded in the exported package:

  • displayName - The display name to use in the exported package
  • description - The description to use in the exported package
  • creator - The name of the person to be used as the creator of the exported package
  • sourceEnvironment - The name of the source environment from which the exported package was taken

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found