Skip to content

Commit

Permalink
docs(cli) kong prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jul 18, 2017
1 parent b6b9afd commit c5b332e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/docs/0.11.x/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If you haven't yet, we recommend you read the [configuration reference][configur
- [kong check](#kong-check)
- [kong cluster](#kong-cluster)
- [kong compile](#kong-compile)
- [kong prepare](#kong-prepare)
- [kong health](#kong-health)
- [kong migrations](#kong-migrations)
- [kong quit](#kong-quit)
Expand Down Expand Up @@ -125,6 +126,24 @@ Options:

---

#### **kong prepare**

This command prepares the Kong prefix folder, with its sub-folders and files.

```
Usage: kong prepare [OPTIONS]
Prepares the Kong prefix in the configured prefix directory.
Options:
-c,--conf (optional string) configuration file
-p,--prefix (optional string) override prefix directory
```

[Back to TOC](#table-of-contents)

---

#### **kong health**

```
Expand Down

0 comments on commit c5b332e

Please sign in to comment.