Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalen committed Jun 14, 2018
1 parent 13478be commit f3dc2ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 = "ecs-run"
version = "0.1.1"
version = "0.2.0"
authors = ["Erik Dalén <erik.gustav.dalen@gmail.com>"]

[dependencies]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This can for example be used to run a rake task on a Rails service in ECS.
## Usage

```
ecs-run 0.1.1
ecs-run 0.2.0
Erik Dalén <erik.gustav.dalen@gmail.com>
USAGE:
Expand All @@ -20,6 +20,7 @@ FLAGS:
OPTIONS:
-n, --name <CONTAINER> Name of container to run command in
-E, --env <ENV>... Environment variable to pass to container, VAR=value
ARGS:
<CLUSTER> Name of cluster to run in
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::{thread, time};

fn main() {
let matches = App::new("ecs-run")
.version("0.1.1")
.version("0.2.0")
.author("Erik Dalén <erik.gustav.dalen@gmail.com>")
.setting(clap::AppSettings::TrailingVarArg)
.arg(
Expand Down

0 comments on commit f3dc2ed

Please sign in to comment.