Export Solution
export-solutionExport Power Platform solutions as base64-encoded packages to serialize configurations for backup, migration, and deployment across environments.
Instructions
Export a solution as a base64-encoded package. This is a read-only operation that serializes the solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutionName | Yes | The unique name of the solution to export | |
| managed | No | Export as managed solution (default: false) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutionName | Yes | ||
| exportResult | Yes |