From e24a0a0bf0b29dc8545ce881011636df497a1744 Mon Sep 17 00:00:00 2001 From: Oscar Arbelaez Date: Thu, 10 Mar 2022 19:54:46 +0000 Subject: [PATCH] Update readme usage instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d842ac0..e755b36 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ USAGE: ecs-deploy [options] VERSION: - 1.0.0 + 1.1.0 GLOBAL OPTIONS: --updates FILE, -u FILE Use an input FILE to describe service updates (default: stdin) --timeout DURATION, -t DURATION Wait this DURATION for the service to be correctly updated (default: 5m0s) --no-color, -n Disable colored output (default: false) + --no-wait, -w Disable waiting for updates to be completed. (default: false) + --dry, -d Don't deploy just show what would change in the remote service (default: false) --help, -h show help (default: false) --version, -v print the version (default: false) ```