Skip to content

Commit

Permalink
Update README to reflect MVP
Browse files Browse the repository at this point in the history
  • Loading branch information
jfahrer committed Jun 24, 2019
1 parent 07ca089 commit 24a4310
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ strategies:
handler: docker_compose_exec
service: pg

default_strategy: run # use this strategy for all undefined commands

commands:
_default: run # use this strategy for all undefined commands
rails: exec
rspec: exec
ruby: run
bundle: run
irb: run
rake: # over ride strategy definition
strategy: run
remove: false
psql: exec_postgres

aliases: # additional commands to set with `donner aliases` so that they are wrapped
- ruby
- bundle
- irb
```
## Running stuff
Expand Down

0 comments on commit 24a4310

Please sign in to comment.