Skip to content

Commit

Permalink
Merge pull request #11 from jenssegers/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
jenssegers committed Oct 29, 2018
2 parents bceca7e + d9612dc commit eac8ae3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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 eac8ae3

Please sign in to comment.