0.1.2 • Published 2 years ago

xrmcli v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub Workflow Status npm GitHub issues Snyk Vulnerabilities for GitHub Repo GitHub Repo stars GitHub forks

XrmCli

A suite of cli tools to support Xrm/D365/Dataverse development

Install

npm install xrmcli -g

Usage

Commands

Usage: xrmcli [options] [command]

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  data            perform data commands
  publish         publish customizations
  solution        solution commands e.g. import, export, ...
  typescript      work with typescript webresource projects
  help [command]  display help for command
CommandSub commandDescription
datacreateCreate a record
readRead record(s)
updateUpdate a record (incl. upsert)
deleteDelete a record
exportExport record(s)
importImport record(s)
publishallPublishes all changes to solution components
somePublishes specified solution components
solutionexportExports a solution
importImports a solution
patchCreates a solution patch from a managed or unmanaged solution
cloneCreates a new copy of an unmanaged solution that contains the original solution plus all of its patches
typescriptlistList available templates for use when creating a new project
createCreates a new typescript webresource project with different compiler/transpiler options (tsc, esbuild, webpack)
exportExport webresources from dataverse
deployDeploy webresources to dataverse