levibostian / cici

Confidential Information for Continuous Integration (CICI)
MIT License
3 stars 0 forks source link

Document the benefits of cici. #11

Open levibostian opened 3 years ago

levibostian commented 3 years ago

Currently, the readme states, "Use cici because it allows you to store files in a secure way". Cool. But that doesn't talk about the benefits of the project.

You want to use cici to...

  1. Sync secret files between your team members.
  2. Send secret files to your CI server with ease.
  3. Snapshot your secret files with version control. If you encounter a bug with your app version 2.3.1, you can easily checkout your git repo to that tag, cici decrypt your environment, and then you have a snapshot of your files ready for you.