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

Version Path
onboardbase-1.2.3 README.md
onboardbase-1.2.2 README.md
onboardbase-1.2.1 README.md
onboardbase-1.2.0 README.md
onboardbase-1.1.9 README.md
onboardbase-1.1.8 README.md
onboardbase-1.1.7 README.md
onboardbase-1.1.6 README.md
onboardbase-1.1.5 README.md
onboardbase-1.1.4 README.md
onboardbase-1.1.3 README.md
onboardbase-1.1.2 README.md
onboardbase-1.1.1 README.md
onboardbase-1.1.0 README.md
onboardbase-1.0.9 README.md
onboardbase-1.0.8 README.md
onboardbase-1.0.7 README.md
onboardbase-1.0.6 README.md
onboardbase-1.0.5 README.md
onboardbase-1.0.4 README.md