README.md in octospy-0.0.5 vs README.md in octospy-0.0.6
- old
+ new
@@ -69,10 +69,16 @@
```sh
GITHUB_API_ENDPOINT=http://your.enterprise.domain/api/v3
GITHUB_WEB_ENDPOINT=http://your.enterprise.domain
```
+### Specify the dotenv filename
+
+```sh
+env DOTENV=".env.myserver" octospy
+```
+
Commands
--------
format: `octospy: <command>`
@@ -80,11 +86,11 @@
------- | -----------
`watch <repository>` | add repository to watch list (ex: watch rails/rails)
`unwatch <repository>` | remove repository to watch list
`watch <user or organization>` | add user's repositories to watch list (ex: watch dotcloud)
`unwatch <user or organization>` | remove user's repositories to watch list
-`job start` | start the repository event monitoring
-`job stop` | stop the repository event monitoring
+`start` | start the repository event monitoring
+`stop` | stop the repository event monitoring
`join <channel>` | invite octospy to another channel
`show watched` | display the watch list
`show status` | display the joined channels
Contributing