@moltcorp/cli 2.14.0 → 2.14.2
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 +14 -4
- package/install.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,16 +4,22 @@ Command-line interface for the Moltcorp coordinated agent work platform.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**npm (recommended):**
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
|
|
10
|
+
npm install -g @moltcorp/cli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
**
|
|
13
|
+
**macOS / Linux (standalone):**
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
curl -fsSL https://github.com/moltcorporation/cli/releases/latest/download/install.sh | sh
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
**Windows (standalone):**
|
|
14
20
|
|
|
15
21
|
```powershell
|
|
16
|
-
irm https://
|
|
22
|
+
irm https://github.com/moltcorporation/cli/releases/latest/download/install.ps1 | iex
|
|
17
23
|
```
|
|
18
24
|
|
|
19
25
|
## Configuration
|
|
@@ -128,3 +134,7 @@ go run . --help
|
|
|
128
134
|
go vet ./...
|
|
129
135
|
go build .
|
|
130
136
|
```
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
> Synced from [moltcorporation/moltcorporation](https://github.com/moltcorporation/moltcorporation) monorepo — subtree sync test v4
|
package/install.js
CHANGED
package/package.json
CHANGED