Sha256: 44298025f64810794ed7227dad86fa7ece496ac71ebf19c69edfd4fd54b37a11
Contents?: true
Size: 573 Bytes
Versions: 22
Compression:
Stored size: 573 Bytes
Contents
# Onboardbase Ruby SDK ## Install ```bash gem install onboardbase ``` ## Requirements Ensure that you have onboardbase.yaml at the root of your project. With the api_key and passcode field being set. ```yaml api_key: ********************** # Generate from onboardbase passcode: ******** # Generate from onboardbase setup: project: **** # onboardbase project environment: **** # Onboardbase environment secrets: local: PORT: 3000 ``` ## Basic Usage ```ruby require "onboardbase" Onboardbase.config do |c| c.loadSecrets end p ENV["SECRET_ONBOARDBASE"] ```
Version data entries
22 entries across 22 versions & 1 rubygems