From bfeabe2736677fd8068dda3e86420fd4eccc6957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Fri, 16 Aug 2019 01:55:22 -0400 Subject: [PATCH] Update usage examples in the Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2b5df..7a0f593 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Here are some examples: ```bash psu help psu status --help -psu stack ls --quiet --endpoint 5 -psu stack deploy mystack --stack-file docker-compose.yml -e .env --verbose +psu stack ls --endpoint primary --format "{{ .Name }}" +psu stack deploy mystack --stack-file docker-compose.yml -e .env --log-level debug psu stack rm mystack ```