Project

leml

0.01
No commit activity in last 3 years
No release in over 3 years
Merge your yaml to rails secrets, and it encrypted only leaf
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5
 Project Readme

Leml(Leaf Enrypted YAML)

Leml encrypt your secrets only leaf.
You and member can see only keys without decrypt.
It depend on rails.

Installation

Add this line to your application's Gemfile:

gem 'leml'

And then execute:

$ bundle

Or install it yourself as:

$ gem install leml

Usage

$ gem install leml

# Initialize your secrets
$ rake leml:init
Complete!
create  config/leml.key
create  config/leml.yml

Caution Don't forget add key file in gitignore

# Edit your secrets
# It use environmental variable `EDITOR`, please set your editor.
$ EDITOR=vim rake leml:edit
## edit your secrets
OK, your secrets is encrypted.

# You can also see secrets
$ rake leml:show
---
development:
  author: onunu

License

The gem is available as open source under the terms of the MIT License.