Skip to content

Commit

Permalink
Updated commands docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Sep 4, 2020
1 parent 7cf5e70 commit 5d50106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/4-Commands/0-kool.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Complete documentation is available at https://kool.dev
* [kool exec](kool_exec.md) - Execute a command within a running service container
* [kool info](kool_info.md) - Prints out information about kool setup (like environment variables)
* [kool init](kool_init.md) - Initialize kool preset in the current working directory
* [kool run](kool_run.md) - Runs a custom command defined at kool.yaml
* [kool run](kool_run.md) - Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory
* [kool start](kool_start.md) - Start Kool environment containers
* [kool status](kool_status.md) - Shows the status for containers
* [kool stop](kool_stop.md) - Stop kool environment containers
Expand Down
4 changes: 2 additions & 2 deletions docs/4-Commands/5-kool-run.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## kool run

Runs a custom command defined at kool.yaml file in the current working directory or in the kool folder of the user's home directory.
Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory

### Synopsis

Runs a custom command defined at kool.yaml file in the current working directory or in the kool folder of the user's home directory.
Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory

```
kool run [script] [flags]
Expand Down

0 comments on commit 5d50106

Please sign in to comment.