Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jun 29, 2018
1 parent 2666c26 commit 9bc1e34
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions documentation/content/api/cli.md
Expand Up @@ -30,7 +30,7 @@ $ kombustion --verbose

---

### `param`
### `param`, `p`

_Specify Cloudformation parameters._

Expand Down Expand Up @@ -69,7 +69,7 @@ $ kombustion --load-plugin path/to/plugin.so

---

### `help`
### `help`, `h`

_Prints help._

Expand Down Expand Up @@ -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).

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

Expand Down

0 comments on commit 9bc1e34

Please sign in to comment.