1.0.6 • Published 5 months ago

powerplatformtools v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Power Platform Tools

This is only for Javascript Web Resources currently.

Configuration

See the included powerPlatformToolsConfig.example.js you will need to create the file "./config/powerPlatformToolsConfig.js"

publishWebResources

publishWebResources();

Uploads all web resources located in the ./webresources folder.

getWebResources

getWebResources();

Pulls all web resources in the configured solution and places them in a ./webresources directory. The Directory must already exist.

createWebResource

createWebResource("MyWebResourceName");

This will create a file named MyWebResourceName.js and add it to your Power Platform Environment

monitorAndPublish

Can be run in the background to automatically upload modified web resources

addWebResourceToSolution

  • Known issue: Not working - Bad Request

createWebResourceConfigFile

  • Not Yet Implemented