Skip to content

Commit

Permalink
Bump to version 0.0.0.build6
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Dec 22, 2016
1 parent 3a8f2ce commit 4248eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ plis stop web

## TODO's:
- [x] `build` command to invoke the docker-compose build command.
- [ ] Split up the big `plis.go` file.
- [ ] `check-build-context` command to list the files that will pass to the Docker build context.
- [x] Split up the big `plis.go` file.
- [x] `check context` command to list the files that will pass to the Docker build context.
- [ ] `start` command with just one service should attach to the container immediately. (i.e.: `plis start web` starts a rails web container and attaches to it, mimicking the behavior of running `rails server` on the host)

This comment has been minimized.

Copy link
@thelastinuit

thelastinuit Feb 14, 2017

Contributor

@vovimayhem
I think this is done already? I saw mike using. I'm only mentioning because I want to collaborate BUT I don't where to start or what to choose.

- [ ] Change the `run` command to use `docker-compose exec` instead of `docker exec` whenever a running container is already available.
- [ ] Copy (from existing templates/examples) or generate blank dotenv files referenced in the Compose file.
Expand Down
2 changes: 1 addition & 1 deletion plis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
app := cli.NewApp()
app.Name = "Plis"
app.Usage = "Translates common development actions into docker/docker-compose commands by asking nicely"
app.Version = "0.0.0.build5"
app.Version = "0.0.0.build6"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 4248eba

Please sign in to comment.