-
Notifications
You must be signed in to change notification settings - Fork 15
DynamicsCrm.DevKit.Cli
PhuocLe edited this page Sep 28, 2023
·
4 revisions
-
/conn
connection string value -
/sdklogin
-
yes
use theOOB SDK Control Login
-
no
use the argument/conn
-
-
/json
related file path to DynamicsCrm.DevKit.Cli.json -
/type
-
webresources
used by WebResource Project Template -
solutionpackagers
used by Solution Packager Project Template -
generators
used byitems template
-
proxytypes
used by ProxyTypes Project Template -
downloadwebresources
used by Download WebResources Item Template -
downloadreports
used by Report Project Template -
datasources
used by Data Provider Project Template -
servers
used byprojects template
-
-
/profile
support multi profiles, you need specify a valid profile together with the argument/type
-
/version
used by Solution Packager Project Template -
/onlyupdateassembly
-
yes
when/type:"servers"
, use this argument for fast deploy because it onlyupdate
the assembly file toconnected
instance. -
no
default value. Full deploy.
-
DynamicsCrm.DevKit.Cli.exe /sdklogin:"yes" /json:"..\DynamicsCrm.DevKit.Cli.json" /type:"servers" /profile:"DEBUG" /onlyupdateassembly:"yes"
DynamicsCrm.DevKit.Cli.exe /conn:"AuthType=ClientSecret;Url=https://dev-devkit.crm5.dynamics.com;ClientId=e31fc7d6-4dce-46e3-8677-04ab0a2968e3;ClientSecret=?-iwRSB0te8o]pHX_yVQLJnUqziB1E0h;" /json:"..\DynamicsCrm.DevKit.Cli.json" /type:"servers" /profile:"DEBUG"
DynamicsCrm.DevKit.Cli.exe /conn:"AuthType=OAuth;Url=https://dev-devkit.crm5.dynamics.com/main.aspx;Username=dev@pldevkit.onmicrosoft.com;Password=rnUm+mwAfLTUOsiKuF8Nz/VMtJ2s3tH4ND1JyenFWKQ=;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;LoginPrompt=Auto" /json:"..\DynamicsCrm.DevKit.Cli.json" /type:"servers" /profile:"DEBUG"
DynamicsCrm.DevKit.Cli.exe /conn:"AuthType=OAuth;Url=https://dev-devkit.crm5.dynamics.com/main.aspx;Username=dev@pldevkit.onmicrosoft.com;Password=!DynamicsD3vKit7;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;LoginPrompt=Auto" /json:"..\DynamicsCrm.DevKit.Cli.json" /type:"servers" /profile:"DEBUG"
DynamicsCrm.DevKit.Cli.exe /conn:"AuthType=AD;Url=http://localhost/CRM;Domain=crm;Username=crmadmin;Password=p@ssw0rd01;" /json:"..\DynamicsCrm.DevKit.Cli.json" /type:"servers" /profile:"DEBUG"