Sha256: 03257936e5530b5945d81f454dce597222c7c3cd64cfe442e04b39a18ddd9aa2

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

# Donjon

TODO: Write a gem description

## Installation

Install it as you would any gem:

    $ gem install donjon

Then run the interactive setup:

    $ dj vault:init


## Usage

Once you've set up a vault (you can use `vault:init` to connect to an existing
vault, e.g. on Dropbox).

```
Commands:
  dj config:get KEY...         # Decrypts the value for KEY from the vault
  dj config:mget [REGEXP]      # Decrypts multiple keys (all readable by default)
  dj config:set KEY=VALUE ...  # Encrypts KEY and VALUE in the vault
  dj help [COMMAND]            # Describe available commands or one specific command
  dj init                      # Creates a new vault, or connects to an existing vault.
  dj user:add NAME [PATH]      # Adds user and their public key to the vault. Reads from standard input if no path is given.
```

## Contributing

1. Fork it ( http://github.com/<my-github-username>/donjon/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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
donjon-0.0.2 README.md
donjon-0.0.1 README.md