No commit activity in last 3 years
No release in over 3 years
CLI tool for encrypting Chef data bag items
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

Build Status

Installation

$ gem install encrypt_data_bag

Usage

$ encrypt_data_bag -h
Usage: encrypt_data_bag [options]
    -h, --help                       Display this message
    -v, --version                    Display version
    -s, --secret-file FILE           Secret key FILE
    -i, --input-file FILE            Input FILE (plain-text data bag item)
    -o, --output-file FILE           Output FILE (encrypted data bag item)
    -d, --decrypt                    Decrypt the data bag item

$ encrypt_data_bag -s ~/.chef/encrypted_data_bag_secret -i plain_text_item.rb -o encrypted_item.json

Contributing

  1. Fork it ( http://github.com/portertech/encrypt_data_bag/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request