@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 CHANGED
@@ -20,18 +20,13 @@ npm install
20
20
  yarn install
21
21
  ```
22
22
 
23
- Install an Salesforce namespase using this commands:
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
- sf plugins install dev
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.3",
2
+ "version": "0.0.4",
3
3
  "commands": {
4
4
  "butler:pb:export": {
5
5
  "id": "butler:pb:export",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pdfbutler/migration-cli",
3
3
  "description": "[![NPM](https://img.shields.io/npm/v/pdfbutler-migration-cli.svg?label=pdfbutler-migration-cli)](https://www.npmjs.com/package/pdfbutler-migration-cli) [![Downloads/week](https://img.shields.io/npm/dw/pdfbutler-migration-cli.svg)](https://npmjs.org/package/pdfbutler-migration-cli) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/pdfbutler-migration-cli/main/LICENSE.txt)",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "script": {
6
6
  "postinstall": "sf plugins link @pdfbutler/migration-cli"
7
7
  },