From c6b7c2ce25cfe06414a5539fad3001021a07fdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Fri, 23 Aug 2019 11:21:21 -0400 Subject: [PATCH] Update stack deploy output example in the Readme "endpoint" field contains endpoint name now, not endpoint id. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bdb3a5..4b6728b 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ psu stack deploy asd --endpoint primary --log-level debug The output would look like: ```text -DEBU[0000] Getting endpoint's Docker info endpoint=5 +DEBU[0000] Getting endpoint's Docker info endpoint=primary DEBU[0000] Getting stack endpoint=primary stack=asd DEBU[0000] Stack not found stack=asd INFO[0000] Creating stack endpoint=primary stack=asd