@beyondidentity/ai-cli-darwin-arm64 0.1.727
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 +25 -0
- package/bin/byid +0 -0
- package/package.json +13 -0
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @beyondidentity/ai-cli-darwin-arm64
|
|
2
|
+
|
|
3
|
+
Platform-specific binary package for cli on darwin-arm64.
|
|
4
|
+
|
|
5
|
+
## ⚠️ Direct Installation Not Recommended
|
|
6
|
+
|
|
7
|
+
This package is automatically installed as an optional dependency of `@beyondidentity/ai-cli` and **should not be installed directly**.
|
|
8
|
+
|
|
9
|
+
## What is this package?
|
|
10
|
+
|
|
11
|
+
This package contains the native binary for cli compiled specifically for darwin-arm64. When you install `@beyondidentity/ai-cli`, npm automatically selects and installs the correct platform-specific package for your system.
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
Install the main package instead:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm install @beyondidentity/ai-cli
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
The correct platform-specific binary will be automatically selected and installed.
|
|
22
|
+
|
|
23
|
+
## License
|
|
24
|
+
|
|
25
|
+
UNLICENSED - Internal use only
|
package/bin/byid
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@beyondidentity/ai-cli-darwin-arm64",
|
|
3
|
+
"version": "0.1.727+d5f96b9",
|
|
4
|
+
"description": "Beyond Identity AI CLI - darwin-arm64 binary",
|
|
5
|
+
"keywords": ["beyondidentity", "ai", "cli"],
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"os": ["darwin"],
|
|
8
|
+
"cpu": ["arm64"],
|
|
9
|
+
"files": [
|
|
10
|
+
"bin/",
|
|
11
|
+
"THIRD_PARTY_LICENSES.txt"
|
|
12
|
+
]
|
|
13
|
+
}
|