-
Notifications
You must be signed in to change notification settings - Fork 10
pacx table
github-actions[bot] edited this page Dec 26, 2025
·
9 revisions
Execute manipulations on Dataverse tables
| Command | Description |
|---|---|
| pacx table create | Creates a new table in the dataverse environment that has previously been selected via pacx auth select
|
| pacx table defineMigrationStrategy | Builds the data migration strategy to populate all the tables contained in a given solution |
| pacx table delete | Deletes a table (if possible) from the current Dataverse environment |
| pacx table exportMetadata | Exports the metadata definition of a given table (for documentation purpose) |
| pacx table print | Returns the Mermaid (https://mermaid.js.org/) classDiagram representation of the set of tables contained in a given solution |
| pacx table update | Updates the metadata of an existing table. |