Skip to content

Commit

Permalink
v0.0.22: Pull hooks, rm, more flexible args, better performance
Browse files Browse the repository at this point in the history
- Cage is now 20× faster!  (It was fairly fast before, now it runs in
  around 0.01 seconds on a fairly large project.)
- We now support pre-`pull` hooks in `config/hooks/pull.d`, so you can
  do things like log into ECR before pulling images.
- The `rm` subcommand can be used to remove stopped containers.
- The `build`, `pull`, `stop` and `up` commands can now take arguments
  of the form `podname`, `podname/servicename` or just `servicename` (if
  unique).
  • Loading branch information
emk committed Oct 16, 2016
1 parent 33415dd commit 07e6fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.0.21"
version = "0.0.22"
authors = ["Eric Kidd <[email protected]>"]

description = "Develop multi-pod docker-compose apps"
Expand Down

0 comments on commit 07e6fb9

Please sign in to comment.