使用 Power Platform CLI-安装 Configuration Migration tool (CMT)、Package Deployer (PD)、Plug-in Registration tool (PRT) Dataverse 开发工具

    Power Platform CLI-安装 Configuration Migration tool (CMT)、Package Deployer (PD)、Plug-in Registration tool (PRT)  Dataverse 开发工具

    Power Platform CLI是安装Dataverse development tools开发工具的前提,Power Platform CLI的安装请参考Power Platform CLI-使用Windows MSI 安装博客进行安装。

    官网地址:https://learn.microsoft.com/zh-tw/power-apps/developer/data-platform/download-tools-nuget

    命令介绍

    pac tool help

> pac tool help

Microsoft PowerPlatform CLI
Version: 1.19.3

Help: 
Power Platform tools that can be installed and launched

Commands: 
Usage: pac tool [list] [prt] [cmt] [pd]

  list                        List the launchable tools and their local install state and version.
  prt                         Launch Plug-in Registration Tool (PRT)
  cmt                         Launch Configuration Migration Tool (CMT)
  pd                          Launch Package Deployer (PD)

    pac tool list :查看安装了哪些工具

> pac tool list

ToolName Installed Version Nuget     Status
CMT      No        N/A     9.1.0.80  not yet installed; 'pac tool CMT' will install on first launch
PD       No        N/A     9.1.0.104 not yet installed; 'pac tool PD' will install on first launch
PRT      No        N/A     9.1.0.155 not yet installed; 'pac tool PRT' will install on first launch

    1、Configuration Migration tool (CMT)

      1.1、安装 Configuration Migration tool (CMT)

pac tool CMT

      1.2、更新 Configuration Migration tool (CMT)

pac tool CMT --update

      1.3、删除 Configuration Migration tool (CMT)

pac tool CMT --clear

    2、Package Deployer (PD)

      2.1、安装 Package Deployer (PD)

pac tool PD

      2.2、更新 Package Deployer (PD)

pac tool PD --update

      2.3、删除 Package Deployer (PD)

pac tool PD --clear
    3、Plug-in Registration tool (PRT)

      3.1、安装 Plug-in Registration tool (PRT)

pac tool PRT

      3.2、更新 Plug-in Registration tool (PRT)

pac tool PRT --update

      3.3、删除 Plug-in Registration tool (PRT)

pac tool PRT --clear
 

 

 

 

 

 

 

 

 

 
posted @ 2025-08-21 16:54  Dynamics365峰  阅读(10)  评论(0)    收藏  举报