claudio-cli-linux-x64 0.1.15
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 +40 -0
- package/claudio-cli +0 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# claudio-cli
|
|
2
|
+
|
|
3
|
+
CLI for the [Claudio Pipe](https://claudiopipe.com) platform.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pnpm add -g claudio-cli@latest # or: npm install -g claudio-cli@latest | yarn global add claudio-cli@latest
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Run
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
claudio-cli
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
The CLI guides you through `gh` + Claude Code authentication on first run.
|
|
18
|
+
|
|
19
|
+
## Requirements
|
|
20
|
+
|
|
21
|
+
- Node.js 18+ (used only by the install-time shim that resolves the binary)
|
|
22
|
+
- [Claude Code](https://www.npmjs.com/package/@anthropic-ai/claude-code) installed (`npm i -g @anthropic-ai/claude-code`)
|
|
23
|
+
- A Claude subscription (Pro, Max, or Team)
|
|
24
|
+
- [GitHub CLI (`gh`)](https://cli.github.com/) installed and authenticated (`gh auth login`)
|
|
25
|
+
|
|
26
|
+
## Supported platforms
|
|
27
|
+
|
|
28
|
+
- macOS Apple Silicon (arm64)
|
|
29
|
+
- macOS Intel (x64)
|
|
30
|
+
- Linux x64
|
|
31
|
+
- Windows x64
|
|
32
|
+
|
|
33
|
+
## Links
|
|
34
|
+
|
|
35
|
+
- Website: https://claudiopipe.com
|
|
36
|
+
- Issues / support: claudiopipe.com@gmail.com
|
|
37
|
+
|
|
38
|
+
## License
|
|
39
|
+
|
|
40
|
+
MIT
|
package/claudio-cli
ADDED
|
Binary file
|
package/package.json
ADDED