README.md in cecha-0.2.0 vs README.md in cecha-0.3.0

- old
+ new

@@ -1,29 +1,37 @@ -# Cecha +# cecha -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/cecha`. To experiment with that code, run `bin/console` for an interactive prompt. +cecha is "Check ELB Certificate Hash Algorithm" command. -TODO: Delete this and the text above, and describe your gem - ## Installation -Add this line to your application's Gemfile: +install it yourself as: -```ruby -gem 'cecha' -``` + $ gem install cecha -And then execute: +## Usage - $ bundle +``` +Commands: + cecha help [COMMAND] # Describe available commands or one specific command + cecha list # show elb certificate list -Or install it yourself as: +Options: + p, [--profile=PROFILE] # Load credentials by profile name from shared credentials file. + k, [--access-key-id=ACCESS_KEY_ID] # AWS access key id. + s, [--secret-access-key=SECRET_ACCESS_KEY] # AWS secret access key. + r, [--region=REGION] # AWS region. + [--shared-credentials-path=SHARED_CREDENTIALS_PATH] # AWS shared credentials path. + v, [--verbose], [--no-verbose] +``` - $ gem install cecha +## Example -## Usage - -TODO: Write usage instructions here +``` +$ cecha list +012345678901 us-east-1 production-elb 443 prod.example.com sha1WithRSAEncryption +012345678901 ap-northeast-1 development-elb 443 dev.example.com sha256WithRSAEncryption +``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec cecha` to use the gem in this directory, ignoring other installed copies of this gem.