You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The B2C CLI is not yet published to npm. This installation method will be available in a future release. For now, please use Homebrew or download from GitHub Releases.
42
+
:::
9
43
10
44
Install the CLI globally using your preferred package manager:
11
45
@@ -25,6 +59,14 @@ yarn global add @salesforce/b2c-cli
25
59
26
60
:::
27
61
62
+
## Install from GitHub Releases
63
+
64
+
Download the latest release tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install manually:
65
+
66
+
```bash
67
+
npm install -g ./salesforce-b2c-cli-<version>.tgz
68
+
```
69
+
28
70
## Verify Installation
29
71
30
72
After installation, verify the CLI is available:
@@ -35,6 +77,10 @@ b2c --version
35
77
36
78
## Install the SDK (Optional)
37
79
80
+
::: warning Not Yet Available
81
+
The SDK is not yet published to npm. This installation method will be available in a future release.
82
+
:::
83
+
38
84
If you want to use the SDK library in your own projects:
0 commit comments