qfpm 1.0.26 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,14 @@
|
|
|
5
5
|
### Installs the NPM SFDX Package Dependancy Resolution Proof of Concept scripts
|
|
6
6
|
======================================
|
|
7
7
|
|
|
8
|
+
## Updates
|
|
9
|
+
|
|
10
|
+
- The removal of the bin/qfpm script dependancy complete, automated removal doesn't seem to work so feel free to delete them after upgrading
|
|
11
|
+
|
|
12
|
+
- Conversion to using native npm bin definition seems stable and opens up better linux support
|
|
13
|
+
|
|
14
|
+
- WSL support seems to be working though with a big salesforce asterisk down in the AT4DX example
|
|
15
|
+
|
|
8
16
|
## Install
|
|
9
17
|
|
|
10
18
|
1. Open Git Bash on Windows
|
|
@@ -80,15 +88,17 @@
|
|
|
80
88
|
```bash
|
|
81
89
|
npm install --save qfpm
|
|
82
90
|
```
|
|
83
|
-
1. install the
|
|
91
|
+
1. install the at4dx libraries
|
|
84
92
|
```bash
|
|
85
93
|
npm install --save npm-at4dx
|
|
86
94
|
```
|
|
87
|
-
1. setup scratch org and install all
|
|
95
|
+
1. setup scratch org and install all*
|
|
88
96
|
```bash
|
|
89
97
|
npm run setup
|
|
90
98
|
```
|
|
91
99
|
|
|
100
|
+
*sfdx on WSL(maybe linux in general) seems to have an issue with the README.md inside the sfdx source dirs so I moved them in the npm package
|
|
101
|
+
|
|
92
102
|
### Commands
|
|
93
103
|
|
|
94
104
|
1. Build source into metadata format
|