diff --git a/README.md b/README.md index a789d940..37792951 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ 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. +📖 **[Full Documentation](https://docs.runloop.ai/docs/tools/cli)** +

Runloop CLI Demo

diff --git a/misc/rli-demo-search.gif b/misc/rli-demo-search.gif index 1146854d..03fcf5e6 100644 Binary files a/misc/rli-demo-search.gif and b/misc/rli-demo-search.gif differ diff --git a/scripts/generate-command-docs.js b/scripts/generate-command-docs.js index e0e114ba..b034a5be 100644 --- a/scripts/generate-command-docs.js +++ b/scripts/generate-command-docs.js @@ -354,6 +354,14 @@ export RUNLOOP_API_KEY=your_api_key_here Runloop CLI Interactive Mode + ### Search Devboxes + + Press \`/\` to search and filter through your devboxes by name or ID. + + + Search devboxes in interactive mode + + ### SSH to Devbox From the interactive menu, select a devbox and choose **SSH** to open a secure shell session directly into your devbox. The CLI handles all the SSH key setup and connection details automatically.