SDK

What is the SaturnCI SDK?

The SaturnCI SDK is a Ruby gem that provides a convenient way to interact with the SaturnCI API. You can use it to trigger test suite runs, builds, and jobs programmatically.

Installation

gem install saturnci-sdk

Or add to your Gemfile:

gem 'saturnci-sdk'

Usage

See the SDK README for usage examples including running tests, building Docker images, running jobs, and full test-build-deploy pipelines.

The SDK reads credentials automatically from ~/.saturnci/credentials.json. See API Authentication for setup instructions.