@pdfbutler/migration-cli 0.0.3 → 0.0.4
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 +2 -7
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,18 +20,13 @@ npm install
|
|
|
20
20
|
yarn install
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
If you've installed Node.js on your computer, you can use npm to install Salesforce CLI:
|
|
24
24
|
|
|
25
25
|
```
|
|
26
26
|
#Windows
|
|
27
|
-
|
|
28
|
-
#Linux
|
|
29
|
-
sudo apt-get install sfdx
|
|
27
|
+
npm install @salesforce/cli --global
|
|
30
28
|
```
|
|
31
29
|
|
|
32
|
-
Once you have Node.js and npm installed, you can install this plugin using the npm command. Here's how to do it:
|
|
33
|
-
Open your terminal or command prompt on your computer.
|
|
34
|
-
Use the npm command to install this plugin by specifying its name from npm. For example:
|
|
35
30
|
For install the plugin run:
|
|
36
31
|
```
|
|
37
32
|
sf plugins link @pdfbutler/migration-cli
|
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.4",
|
|
5
5
|
"script": {
|
|
6
6
|
"postinstall": "sf plugins link @pdfbutler/migration-cli"
|
|
7
7
|
},
|