Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
0nza1101 committed May 13, 2022
1 parent 1a7ae90 commit 4dc6cc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ wakeDynos(urls, {
Alternatively, you can use it directly from the CLI by using `deno run`:

```bash
# Single heroku app
deno run --allow-net https://raw.githubusercontent.com/0nza1101/heroku-awakener/main/cli.ts --url <url> --interval <interval> --stopStart <start> --stopEnd <end>

# Multiple heroku apps (separate urls with comma eg. https://swapi-trybe.herokuapp.com/,https://kaffeine.herokuapp.com/)
deno run --allow-net https://raw.githubusercontent.com/0nza1101/heroku-awakener/main/cli.ts --urls <urls> --interval <interval> --stopStart <start> --stopEnd <end>
```

Expand All @@ -39,7 +41,7 @@ deno install --allow-net -n heroku-awakener https://raw.githubusercontent.com/0n
Then, the package is available to run:

```bash
heroku-awakener --url <url> --interval <interval> --stopStart <start> --stopEnd <end>
heroku-awakener --url|--urls <urls|urls> --interval <interval> --stopStart <start> --stopEnd <end>
```

### Configuration
Expand All @@ -48,7 +50,7 @@ Required permissions:

1. `--allow-net`

## 👩‍💻 Development
## Development

Run tests:

Expand Down

0 comments on commit 4dc6cc0

Please sign in to comment.