Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Oct 29, 2018
1 parent bceca7e commit d9612dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,22 @@ Stopping a project works similarly:
captain stop secret
```

### Restarting a project

Restart a project using:

```
captain restart my-secret-project
```

### Viewing project logs

View logs of a project using:

```
captain logs my-secret-project
```

### Listing projects

You can see all managable projects using:
Expand Down

0 comments on commit d9612dc

Please sign in to comment.