Skip to content

CommandNew

Niels Steenbeek edited this page Jul 3, 2024 · 7 revisions

CLI Command new

Command

hso-d365 new <project> [--environment a] [--solution_deploy b] [--solution_generate c] 
                       [--publisher_name e] [--publisher_prefix f] [--namespace g]

Description

CLI Command 'new' creates a new project. Spaces are not allowed in the project name. You will be asked for some information. Make sure the solution and publisher name matches exactly the ones in your D365 environment. A new folder /Webresources will be created. The Webresources folder will be your project root. Execute other CLI commands from there.

Help

Use command

hso-d365 new --help

Example

hso-d365 new myFirstProject
Clone this wiki locally