Skip to content

Commit

Permalink
docs: add deletion info
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 20, 2017
1 parent dba8123 commit 8c562c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/07-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ Review the output, it should be all "Add"s in this case, then apply:
$ up stack apply
```

### Deleting the App

After you're done messing around, you may want to remove all the resources and the app itself. To do so simply run:


```
$ up stack delete
```

## Logging

This section describes how you can log from you application in a way that Up will recognize. In the future Up will support forwarding your logs to services such as Loggly, Papertrail or ELK.
Expand Down

0 comments on commit 8c562c5

Please sign in to comment.