@oomol-lab/oo-cli-linux-x64-musl 0.2.27 → 0.2.28
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 +21 -1
- package/bin/oo +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,28 @@ inspection, cloud task execution, and shell completion generation.
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
+
Choose the command for your platform:
|
|
17
|
+
|
|
18
|
+
macOS / Linux (pick one):
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
wget -qO - https://cli.oomol.com/install.sh | bash
|
|
22
|
+
```
|
|
23
|
+
|
|
16
24
|
```bash
|
|
17
|
-
|
|
25
|
+
curl -fsSL https://cli.oomol.com/install.sh | bash
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Windows PowerShell:
|
|
29
|
+
|
|
30
|
+
```powershell
|
|
31
|
+
irm https://cli.oomol.com/install.ps1 | iex
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Windows CMD:
|
|
35
|
+
|
|
36
|
+
```bat
|
|
37
|
+
curl -fsSL https://cli.oomol.com/install.cmd -o install.cmd && install.cmd && del install.cmd
|
|
18
38
|
```
|
|
19
39
|
|
|
20
40
|
## Quick Start
|
package/bin/oo
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oomol-lab/oo-cli-linux-x64-musl",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.28",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OOMOL's command-line interface for accounts, packages, and cloud tasks. (linux x64 musl binary)",
|
|
6
6
|
"author": "BlackHole1 <bh@bugs.cc>",
|