Skip to main content

Documentation Index

Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Ruby SDK is currently in development. Check back soon or follow us on GitHub for updates.
The Ruby SDK will allow you to programmatically configure Docker containers to route through the OneCLI proxy from Ruby applications.

Planned installation

gem install onecli

Planned usage

require "onecli"

oc = OneCLI::Client.new(onecli_url: "http://localhost:18080")

config = oc.get_container_config
puts config.env
puts config.mounts
Want this SDK sooner? Let us know on GitHub.