Runloop CLI
Explore, experiment with, and test the Runloop API using the Runloop CLI.
Key Features
- Easy interaction with Runloop API
- Helpful for blueprint testing and devbox management
- Debugging tool for running devboxes
- Potential tool for AI agents to interact with Runloop
Setting Up the CLI
The Runloop CLI is written in Python and wraps the Runloop Python SDK.
To set up the Runloop CLI:
- Visit the Runloop CLI GitHub page
- Follow the installation instructions provided in the repository
Essential CLI Commands
Once set up and validated, the CLI offers a range of helpful commands:
Create a Blueprint
This command creates a new blueprint with the cowsay
package installed.
Create a Devbox
This creates a devbox using a specified blueprint and sets an entrypoint command.
Monitor Devbox Logs
This command allows you to watch the logs of a running devbox in real-time.
SSH into a Devbox
For more advanced use cases, you can use the CLI to SSH into your Devbox. For detailed instructions, refer to our SSH Access guide.
Contributing
The Runloop CLI is open-source, and we enthusiastically welcome contributions and feedback from our community. To contribute:
- Visit our GitHub repository
- Fork the repository
- Make your changes
- Submit a pull request
We appreciate all forms of contribution, from bug reports and feature requests to code contributions and documentation improvements.
Getting Help
If you encounter any issues or have questions about using the Runloop CLI:
- Check the CLI documentation for detailed usage instructions
- Open an issue on the GitHub repository for bug reports or feature requests
- Reach out to our team for additional assistance
Was this page helpful?