Usage
pa connector export [options]
Alias
flow connector export [options]
Description
Exports the specified power automate or power apps custom connector
Options
| Option |
Description |
-n, --name <name> |
The name of the custom connector to export |
-e, --environment <environment> |
The name of the environment to which the custom connector belongs |
-p, --path [path] |
The path where the downloaded files will be saved. If not specified, will save files in the current directory |
Implemented as paconn download in PowerPlatform Connectors CLI (https://github.com/microsoft/PowerPlatformConnectors)
Command
paconn download : Downloads a given custom connector to the local directory.
Arguments
--cid -c : The custom connector ID.
--dest -d : Destination directory.
--env -e : Power Platform environment ID.
--pau -u : Power Platform URL.
--pav -v : Power Platform api version.
--settings -s : A settings file containing required parameters. When a settings file is
specified some commandline parameters are ignored.
Global Arguments
--debug : Increase logging verbosity to show all debug logs.
--help -h : Show this help message and exit.
--output -o : Output format. Allowed values: json, jsonc, table, tsv. Default: json.
--query : JMESPath query string. See http://jmespath.org/ for more information and
examples.
--verbose : Increase logging verbosity. Use --debug for full debug logs.
Examples
Download connector
paconn download
Usage
pa connector export [options]Alias
flow connector export [options]Description
Exports the specified power automate or power apps custom connector
Options
-n, --name <name>-e, --environment <environment>-p, --path [path]Implemented as
paconn downloadin PowerPlatform Connectors CLI (https://github.com/microsoft/PowerPlatformConnectors)