1.4.11 • Published 1 year ago
@tywalk/pcf-helper v1.4.11
PCF Helper
A simple command-line tool that upgrades, builds, and imports your PCF control into your Dataverse environment.
You can run commands separately or run pcf-helper-deploy to upgrade, build, and import with just one command.
Requirements
This tool requires the following:
paccli installed on your machine.dotnetcli or Visual Studio installed on your machine.
Instructions
- In your project, run
npm install --save @tywalk/pcf-helper. Or, install globallynpm install --save --global @tywalk/pcf-helper. - In your project's
package.jsonfile, add commands as npm scripts:
"scripts": {
"upgrade": "pcf-helper-upgrade --path <path to pcf project folder>",
"build": "pcf-helper-build --path <path to pcf project folder>",
"import": "pcf-helper-import --path <path to pcf project folder> --environment <environment guid or url>",
"deploy": "pcf-helper-deploy --path <path to pcf project folder> --environment <environment guid or url>"
},1.4.11
1 year ago
1.4.6
2 years ago
1.4.5
2 years ago
1.4.4
2 years ago
1.3.5
2 years ago
1.4.3
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.4.9
2 years ago
1.4.8
2 years ago
1.4.10
2 years ago
1.4.7
2 years ago
1.3.4
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago