mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 03:21:55 +08:00
Update readme
This commit is contained in:
parent
86fe31990b
commit
6c954c87bf
@ -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).
|
||||
|
||||
|
BIN
docs/assets/dash.gif
Normal file
BIN
docs/assets/dash.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 809 KiB |
@ -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]`
|
||||
|
Loading…
Reference in New Issue
Block a user