From 9bc1e346e4feed61cff1c9f90ee791348662d41e Mon Sep 17 00:00:00 2001 From: Owen Kelly Date: Fri, 29 Jun 2018 10:30:21 +1000 Subject: [PATCH] update --- documentation/content/api/cli.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/documentation/content/api/cli.md b/documentation/content/api/cli.md index cf4dd375..bcf8bc47 100644 --- a/documentation/content/api/cli.md +++ b/documentation/content/api/cli.md @@ -30,7 +30,7 @@ $ kombustion --verbose --- -### `param` +### `param`, `p` _Specify Cloudformation parameters._ @@ -69,7 +69,7 @@ $ kombustion --load-plugin path/to/plugin.so --- -### `help` +### `help`, `h` _Prints help._ @@ -177,10 +177,12 @@ $ kombustion upsert [template file] $ kombustion upsert path/to/cloudformation/stack.yaml ``` -#### Errors +__Errors__ + If the stack is not created successfully for any reason, `kombustion` returns an exit code of `1` (an error). -#### No updates to perform +__No updates to perform__ + If there are no updates to perform, `kombustion` will return an exit code of `0` (no error). --- @@ -199,7 +201,7 @@ $ kombustion delete [template file] $ kombustion delete path/to/cloudformation/stack.yaml ``` -#### Errors +__Errors__ If the stack is not deleted for any reason, `kombustion` returns an exit code of `1` (an error).