diff --git a/README.md b/README.md index 31c6f8b..31e9cf4 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/assets/dash.gif b/docs/assets/dash.gif new file mode 100644 index 0000000..6d093dd Binary files /dev/null and b/docs/assets/dash.gif differ diff --git a/tools/asynq/README.md b/tools/asynq/README.md index 28d3fc2..8c6400b 100644 --- a/tools/asynq/README.md +++ b/tools/asynq/README.md @@ -22,6 +22,7 @@ This will create the asynq executable under your `$GOPATH/bin` directory. To view details on any command, use `asynq help `. +- `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]`