@salesforce/b2c-cli 0.0.5 → 0.0.7
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
|
@@ -9,25 +9,25 @@ A command-line interface for Salesforce Commerce Cloud B2C instances and platfor
|
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### npm (Recommended)
|
|
13
13
|
|
|
14
14
|
```sh
|
|
15
|
-
|
|
16
|
-
brew install b2c-cli
|
|
15
|
+
npm install -g @salesforce/b2c-cli
|
|
17
16
|
```
|
|
18
17
|
|
|
19
|
-
###
|
|
20
|
-
|
|
21
|
-
Download the latest tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
|
|
18
|
+
### Homebrew (macOS/Linux)
|
|
22
19
|
|
|
23
20
|
```sh
|
|
24
|
-
|
|
21
|
+
brew tap SalesforceCommerceCloud/tooling
|
|
22
|
+
brew install b2c-cli
|
|
25
23
|
```
|
|
26
24
|
|
|
27
|
-
###
|
|
25
|
+
### GitHub Release Tarball
|
|
26
|
+
|
|
27
|
+
For pre-release versions not yet published to npm, download the tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
|
|
28
28
|
|
|
29
29
|
```sh
|
|
30
|
-
npm install -g
|
|
30
|
+
npm install -g ./salesforce-b2c-cli-<version>.tgz
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Usage
|
package/oclif.manifest.json
CHANGED
|
@@ -10399,5 +10399,5 @@
|
|
|
10399
10399
|
]
|
|
10400
10400
|
}
|
|
10401
10401
|
},
|
|
10402
|
-
"version": "0.0.
|
|
10402
|
+
"version": "0.0.7"
|
|
10403
10403
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/b2c-cli",
|
|
3
3
|
"description": "A Salesforce Commerce Cloud B2C CLI",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"author": "Charles Lavery",
|
|
6
6
|
"bin": {
|
|
7
7
|
"b2c": "./bin/run.js"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"marked": "^15.0.0",
|
|
23
23
|
"marked-terminal": "^7.3.0",
|
|
24
24
|
"open": "^11.0.0",
|
|
25
|
-
"@salesforce/b2c-tooling-sdk": "0.0.
|
|
25
|
+
"@salesforce/b2c-tooling-sdk": "0.0.7"
|
|
26
26
|
},
|
|
27
27
|
"bundleDependencies": [
|
|
28
28
|
"@oclif/core",
|