1.4.11 • Published 10 months 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:
pac
cli installed on your machine.dotnet
cli 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.json
file, 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
10 months ago
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
1 year ago
1.3.5
1 year ago
1.4.3
1 year ago
1.4.2
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.4.9
1 year ago
1.4.8
1 year ago
1.4.10
1 year ago
1.4.7
1 year ago
1.3.4
1 year ago
1.3.3
1 year ago
1.3.2
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.0
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago