Add exit statuses section to Readme

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-17 16:09:02 -04:00
parent 3915fa6b92
commit d2e1327407

View File

@ -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).