@enactprotocol/cli 1.0.10
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 +30 -0
- package/dist/index.js +14995 -0
- package/dist/index.js.bak +14994 -0
- package/package.json +55 -0
package/README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# @enactprotocol/cli
|
|
2
|
+
|
|
3
|
+
Official CLI for the Enact Protocol - package, secure, and discover AI tools.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @enactprotocol/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
enact --help
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Features
|
|
18
|
+
|
|
19
|
+
- Package and secure AI tools
|
|
20
|
+
- Discover tools from the Enact ecosystem
|
|
21
|
+
- Manage tool environments and configurations
|
|
22
|
+
- Sign and verify tool authenticity
|
|
23
|
+
|
|
24
|
+
## Documentation
|
|
25
|
+
|
|
26
|
+
For full documentation, visit the [main repository](https://github.com/EnactProtocol/enact-cli).
|
|
27
|
+
|
|
28
|
+
## License
|
|
29
|
+
|
|
30
|
+
MIT
|