Usage
pa app export [options]
Description
Exports the specified Power App
Options
| Option |
Description |
-i, --id <id> |
The id of the Power App to export |
-e, --environment <environment> |
The name of the environment for which to export the app |
-n, --packageDisplayName [packageDisplayName] |
The display name to use in the exported package |
-d, --packageDescription [packageDescription] |
The description to use in the exported package |
-c, --packageCreatedBy [packageCreatedBy] |
The name of the person to be used as the creator of the exported package |
-p, --path [path] |
The path to save the exported package to |
-o, --output [output] |
Output type. json,text. Default text |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Additional Information
Follows a similar implementation of flow export
Usage
pa app export [options]Description
Exports the specified Power AppOptions
-i, --id <id>-e, --environment <environment>-n, --packageDisplayName [packageDisplayName]-d, --packageDescription [packageDescription]-c, --packageCreatedBy [packageCreatedBy]-p, --path [path]-o, --output [output]json,text. Defaulttext--verbose--debugAdditional Information
Follows a similar implementation of
flow export