From d2e13274078c82547db41e7f8eeea8cb65553808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Sat, 17 Aug 2019 16:09:02 -0400 Subject: [PATCH] Add exit statuses section to Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d045c67..1bdb3a5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - [JSON configuration file](#json-configuration-file) - [Environment variables for deployed stacks](#environment-variables-for-deployed-stacks) - [Log level](#log-level) + - [Exit statuses](#exit-statuses) - [Contributing](#contributing) - [License](#license) @@ -189,6 +190,12 @@ INFO[0000] Creating stack endpoint=primary stack=asd INFO[0000] Stack created endpoint=primary id=89 stack=asd ``` +### Exit statuses + +- *0*: Program executed normally. +- *1*: An expected error stopped program execution. +- *2*: An unexpected error stopped program execution. + ## Contributing Contributing guidelines can be found in [CONTRIBUTING.md](CONTRIBUTING.md).