Primno CLI is a command-line interface tool for initializing, building, and deploying Primno projects from a command shell.
Important primno is in beta stage and subject to change.
The documentation can be found on https://primno.io.
npm install -g @primno/cli
mn new <name>
- Create a new primno project.mn build
- Build project.mn watch
- Watch project for changes.mn start
- Start the project during development cycle.mn deploy
- Build and deploy project to D365.