New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

d365-cli

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

d365-cli

Command line interface for Dynamics 365 development project scaffolding

unpublished
latest
Source
npmnpm
Version
2.11.1
Version published
Maintainers
1
Created
Source

d365-cli

BuildNPM
Build Statusnpm

Dynamics 365 CLI for scaffolding development projects

Generators

  • Web resource project scaffolding
  • Plugin project scaffolding
    • Base plugin classes
    • No ILMerge needed
    • Deploy plugin assemblies and types
    • Deploy plugin steps
  • Workflow project scaffolding
    • Workflow activity base class
    • No ILMerge needed
    • Deploy workflow assemblies and types
  • Console application project scaffolding

Usage

Installation

#npm
npm install -g d365-cli

#yarn
yarn global add d365-cli

Create

d365 create webresource

d365 create plugin

d365 create workflow

d365 create console

Add

d365 add script Account

d365 add test-script Account

d365 add html index

d365 add css stylesheet

d365 add plugin AccountCreate

d365 add workflow SomeActivity

Deploy

To deploy, sign in here to grant access to your Dynamics 365 organization.

Deployment configuration is stored in config.json. Authentication information is stored in creds.json. The "create" and "add" commands will generate and updates these files for you.

d365 deploy webresource

d365 deploy plugin

d365 deploy workflow

Contributions

Contributions are welcome. To commit changes, stage them then run npm run commit to commit. This will format the commit so semantic-release can select the correct version number.

Keywords

D365

FAQs

Package last updated on 22 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts