Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken authored Jun 3, 2022
1 parent 86fe319 commit 6c954c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ To install the CLI tool, run the following command:
go install github.com/hibiken/asynq/tools/asynq
```

Here's an example of running the `asynq stats` command:
Here's an example of running the `asynq dash` command:

![Gif](/docs/assets/demo.gif)
![Gif](/docs/assets/dash.gif)

For details on how to use the tool, refer to the tool's [README](/tools/asynq/README.md).

Expand Down
Binary file added docs/assets/dash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tools/asynq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This will create the asynq executable under your `$GOPATH/bin` directory.

To view details on any command, use `asynq help <command> <subcommand>`.

- `asynq dash`
- `asynq stats`
- `asynq queue [ls inspect history rm pause unpause]`
- `asynq task [ls cancel delete archive run delete-all archive-all run-all]`
Expand Down

0 comments on commit 6c954c8

Please sign in to comment.