@runloop/rl-cli 0.10.0 → 1.0.0
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 +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,13 @@
|
|
|
4
4
|
[](https://github.com/runloopai/rl-cli/actions/workflows/ci.yml)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
An interactive CLI for interacting with the [Runloop.ai](https://runloop.ai) platform. Use it as an **interactive command-line application** with rich UI components, or as a **traditional CLI** for scripting and automation.
|
|
8
|
+
|
|
9
|
+
📖 **[Full Documentation](https://docs.runloop.ai/docs/tools/cli)**
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/runloopai/rl-cli/main/misc/demo.gif" alt="Runloop CLI Demo" width="800">
|
|
13
|
+
</p>
|
|
8
14
|
|
|
9
15
|
## Quick Example
|
|
10
16
|
|
|
@@ -23,8 +29,8 @@ rli devbox delete <devbox-id>
|
|
|
23
29
|
|
|
24
30
|
- ⚡ Fast and responsive with pagination
|
|
25
31
|
- 📦 Manage devboxes, snapshots, and blueprints
|
|
26
|
-
- 🚀 Execute commands in devboxes
|
|
27
|
-
- 🎯
|
|
32
|
+
- 🚀 Execute commands, ssh, view logs in devboxes
|
|
33
|
+
- 🎯 Traditional CLI with text, json, and yaml output modes.
|
|
28
34
|
- 🤖 **Model Context Protocol (MCP) server for AI integration**
|
|
29
35
|
|
|
30
36
|
## Installation
|