@pdfbutler/migration-cli 0.0.4 → 0.0.6
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 +1 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,13 +23,12 @@ yarn install
|
|
|
23
23
|
If you've installed Node.js on your computer, you can use npm to install Salesforce CLI:
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
#Windows
|
|
27
26
|
npm install @salesforce/cli --global
|
|
28
27
|
```
|
|
29
28
|
|
|
30
29
|
For install the plugin run:
|
|
31
30
|
```
|
|
32
|
-
sf plugins
|
|
31
|
+
sf plugins install @pdfbutler/migration-cli
|
|
33
32
|
```
|
|
34
33
|
To see your installed plugins and their versions, run:
|
|
35
34
|
```
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfbutler/migration-cli",
|
|
3
3
|
"description": "[](https://www.npmjs.com/package/pdfbutler-migration-cli) [](https://npmjs.org/package/pdfbutler-migration-cli) [](https://raw.githubusercontent.com/salesforcecli/pdfbutler-migration-cli/main/LICENSE.txt)",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"script": {
|
|
6
6
|
"postinstall": "sf plugins link @pdfbutler/migration-cli"
|
|
7
7
|
},
|