Skip to content

Commit

Permalink
updated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
platdesign committed Jul 7, 2016
1 parent 7ebe93a commit a302f56
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ Start node-compose shell with `node-compose`. Inside the shell start all process

```bash
Commands:
help [command...] Provides help for a given command.
exit Close shell and kill all processes
start <name> Start a process. Use `all` to start all
stop <name> Stop a process. Use `all` to stop all
restart <name> Restart a process. Use `all` to restart all
ps Display all processes
images Display all available processes
help [command...] Provides help for a given command.
exit Closing shell and stop all images
ps List running images
reload Reloads config file and restarts processes if needed.
start <image> [images...] Start an image by <name> or all
stop <image> [images...] Stop an image by <name> or all
restart <image> [images...] Restart one or more images by given name or all
images List all images found in config file.
monitor Start web monitor
```


Expand Down

0 comments on commit a302f56

Please sign in to comment.