pacx table print - neronotte/Greg.Xrm.Command GitHub Wiki
Returns the Mermaid (https://mermaid.js.org/) classDiagram representation of the set of tables contained in a given solution
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
solution |
s |
N | The name of the solution containing the entities to export. If not specified, the default solution is used instead. | - | String |
include-security-tables |
ist |
N | If false, the security tables (organization, systemuser, businessunit, team, position, fieldsecurityprofile) are not taken consideration in the export. | False |
true, false |
skip-missing-tables |
skip |
N | If true, the command will not fail if some tables are missing in the solution. The missing tables will be skipped. | False |
true, false |