README.md in contexto-0.3.0 vs README.md in contexto-0.3.1

- old
+ new

@@ -66,63 +66,45 @@ ┗━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━┛ ``` ### SSH -You can also get Contexto to connect via SSH to a Bash shell, Rails console or run a `rake` task. +You can also get Contexto to connect via SSH to a Bash shell, or a Rails console. #### Bash shell on container -To connect to a Bash shell in a specific container, specify the cluster, service and container and the `--bash` flag. +To connect to a Bash shell in a specific container, specify the cluster, service and container and the `--type` flag. ```shell -$ contexto -c sandbox -s backend-app -t app --bash +$ contexto -c sandbox -s backend-app -v app -t=bash ** Contexto Contextualizes ** ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ circleci@4e65666c9414:/usr/src/app$ ``` #### Rails console -To connect to a Rails console, specify the cluster, service and container and the `--console` flag. +To connect to a Rails console, specify the cluster, service and container and the `--type` flag. ```shell -$ contexto -c sandbox -s backend-app -t app --console +$ contexto -c sandbox -s backend-app -v app --type=console ** Contexto Contextualizes ** ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I, [2017-03-28T22:36:35.555604 #181] INFO -- sentry: ** [Raven] Raven 2.4.0 ready to catch errors Loading sandbox environment (Rails 5.0.1) irb(main):001:0> ``` -#### Rake tasks - -You can run `rake` tasks. To run the `test` task you would do: - -```shell -$ contexto -c sandbox -s backend-app -t sidekiq --rake test - - - ** Contexto Contextualizes ** -━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - -Run options: --seed 52808 - -# Running: - -................................................E -``` - #### Shell on Docker host -You can get an SSH shell on the Docker host too using the `--ssh` task. +You can get an SSH shell on the Docker host too using the `--type` task. ```shell -$ contexto -c sandbox -s backend-app -t sidekiq --ssh +$ contexto -c sandbox -s backend-app -v sidekiq --t=ssh ** Contexto Contextualizes ** ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Last login: Sat Apr 1 18:58:38 2017 from ip-172-31-12-234.ec2.internal @@ -143,10 +125,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/jamtur01/contexto. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/EmpaticoOrg/contexto. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).