Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.71 KB

A dotNet Core Cli tool for Power Platform

This cli tool is part of Shazam framework

User Guide

Using the tool in a Shazam project

Shazam projects come with this cli tool installed. Follow the instruction in shazam to learn how to use shazam-cli

Using the tool in other projects

 dotnet tool install shazam-cli --version 0.0.1-alpha

Settings

Make sure you have settings.dev.json in the root of your solution. A sample can be found in Shazam

Developers Guide

Prerequisites

Fire up a powershell terminal and clone this repo and navigate to the project folder. Run the following command to build

dotnet build