Sha256: 0f02c6e3773659b591ef5dbc32ac5237c4e9773eabe3c79fc0b2e98895353287
Contents?: true
Size: 592 Bytes
Versions: 8
Compression:
Stored size: 592 Bytes
Contents
# Conjur Command-line interface to Conjur. A complete reference guide is available at [developer.conjur.net](http://developer.conjur.net/reference). ## Installation Add this line to your application's Gemfile: gem 'conjur-cli', require: 'conjur/cli' And then execute: $ bundle Or install it yourself as: $ gem install conjur-cli ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
8 entries across 8 versions & 1 rubygems