README.md in contexto-0.2.3 vs README.md in contexto-0.2.4
- old
+ new
@@ -66,10 +66,22 @@
┗━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━┛
```
### SSH
-You can also get Contexto to connect via SSH to a Rails console or run a `rake` task.
+You can also get Contexto to connect via SSH to a Bash shell, Rails console or run a `rake` task.
+
+#### Bash shell on container
+
+To connect to a Bash shell in a specific container, specify the cluster, service and container and the `--bash` flag.
+
+```shell
+$ contexto -c sandbox -s backend-app -t app --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.