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 834edc4 commit 2666c26
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions documentation/content/api/cli.md
Expand Up @@ -116,7 +116,7 @@ $ kombustion init

_Add a [plugin](/concepts/plugin) to your project._

This command takes one positional argument, that must be a Github repository url, with a release.
- Takes one positional argument, that must be a Github repository url, with a release.

```bash
# Arguments
Expand Down Expand Up @@ -151,7 +151,7 @@ _Generate a Cloudformation template, from a template file_
Generate allows you to preview the final template, after plugins. It's the same output that is
generated when calling `upsert`.

Takes one positional argument, that is a relative path to the template file.
- Takes one positional argument, that is a relative path to the template file.

```bash
# Arguments
Expand All @@ -167,8 +167,13 @@ $ kombustion generate path/to/cloudformation/stack.yaml

_Update or insert a cloudformation template._

- Takes one positional argument, that is a relative path to the template file.

```bash
# Arguments
$ kombustion upsert [template file]

# Usage
$ kombustion upsert path/to/cloudformation/stack.yaml
```

Expand All @@ -184,7 +189,13 @@ If there are no updates to perform, `kombustion` will return an exit code of `0`

_Delete a cloudformation stack._

- Takes one positional argument, that is a relative path to the template file.

```bash
# Arguments
$ kombustion delete [template file]

# Usage
$ kombustion delete path/to/cloudformation/stack.yaml
```

Expand All @@ -198,6 +209,12 @@ If the stack is not deleted for any reason, `kombustion` returns an exit code of

_Print all the events for a stack_

- Takes one positional argument, that is a relative path to the template file.

```bash
# Arguments
$ kombustion events [template file]

# Usage
$ kombustion events path/to/cloudformation/stack.yaml
```

0 comments on commit 2666c26

Please sign in to comment.