Skip to content

CommandDeploy

Niels Steenbeek edited this page Oct 8, 2021 · 9 revisions

CLI Command deploy

Command

hso-d365 deploy

Description

CLI Command 'deploy' will deploy the project distribution files from 'dist' folder and uploads them to your D365 environment. Before deployment make sure the files are built by using the following command:

npm run build:prod

Force option

Use command

hso-d365 deploy --force

Help

Use command

hso-d365 deploy

Examples

hso-d365 deploy
Clone this wiki locally